cleanup filenames and extern usage

This commit is contained in:
Ken Van Hoeylandt
2023-12-28 13:18:05 +01:00
parent 1cafa1ec1a
commit 60372076d5
29 changed files with 114 additions and 130 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
#include "hello_world.h"
#include "record.h"
#include "nb_lvgl.h"
#include "applications/services/gui/gui.h"
#include "esp_lvgl_port.h"
#include "esp_log.h"
#include "esp_lvgl_port.h"
#include "graphics.h"
#include "record.h"
static const char* TAG = "app_helloworld";
+1 -1
View File
@@ -1,5 +1,5 @@
#pragma once
#include "nb_app.h"
#include "app.h"
extern const App hello_world_app;