A few minors changes following the code review : rename fs -> filesystem, use std::array instead of raw array,...

This commit is contained in:
Jean-François Milants
2022-09-27 18:06:15 +02:00
parent 58bb0e77db
commit 56f315b94a
6 changed files with 17 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
#pragma once
#include <lvgl/src/lv_core/lv_obj.h>
#include <lvgl/lvgl.h>
#include <chrono>
#include <cstdint>
#include <memory>