added missing extern keyword

This commit is contained in:
Ken Van Hoeylandt 2023-12-27 16:46:45 +01:00
parent 570df0640d
commit 48d875a944

View File

@ -6,7 +6,7 @@
extern "C" { extern "C" {
#endif #endif
NbTouchDriver board_2432s024_create_touch_driver(); extern NbTouchDriver board_2432s024_create_touch_driver();
#ifdef __cplusplus #ifdef __cplusplus
} }