code style aligned with furi lib

This commit is contained in:
Ken Van Hoeylandt
2023-12-27 14:50:54 +01:00
parent f4088f5762
commit 34a067c2b1
36 changed files with 159 additions and 173 deletions
+15
View File
@@ -0,0 +1,15 @@
#pragma once
#include "nb_lvgl.h"
#include "nb_hardware.h"
#ifdef __cplusplus
extern "C" {
#endif
extern NbLvgl nb_lvgl_init(NbHardware _Nonnull* hardware);
#ifdef __cplusplus
}
#endif