added missing extern keyword
This commit is contained in:
parent
570df0640d
commit
48d875a944
@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user