board implementation cleanup

implemented proper C/C++ practices
other cleanup
This commit is contained in:
Ken Van Hoeylandt
2023-12-27 16:46:20 +01:00
parent 11f26d4980
commit 570df0640d
4 changed files with 18 additions and 11 deletions
@@ -1,8 +1,13 @@
#ifndef NANOBAKE_BOARD_2432S024_DISPLAY_H
#define NANOBAKE_BOARD_2432S024_DISPLAY_H
#pragma once
#include "nb_display.h"
#ifdef __cplusplus
extern "C" {
#endif
extern NbDisplayDriver board_2432s024_create_display_driver();
#endif //NANOBAKE_BOARD_2432S024_DISPLAY_H
#ifdef __cplusplus
}
#endif