Tactiliest/components/board_2432s024/board_2432s024_display.h
Ken Van Hoeylandt 570df0640d board implementation cleanup
implemented proper C/C++ practices
other cleanup
2023-12-27 16:46:20 +01:00

14 lines
171 B
C

#pragma once
#include "nb_display.h"
#ifdef __cplusplus
extern "C" {
#endif
extern NbDisplayDriver board_2432s024_create_display_driver();
#ifdef __cplusplus
}
#endif