improvements to apps and drivers

This commit is contained in:
Ken Van Hoeylandt
2023-12-25 18:43:48 +01:00
parent e6525364c6
commit 0cf7829a2d
16 changed files with 108 additions and 114 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ typedef struct nb_display_driver nb_display_driver_t;
struct nb_display_driver {
char name[32];
esp_err_t (*create_display)(nb_display_t* display);
bool (*create_display)(nb_display_t* display);
};
/**