From 48d875a944fe9ca41ae4d11bc35ff1b412aefc8c Mon Sep 17 00:00:00 2001 From: Ken Van Hoeylandt Date: Wed, 27 Dec 2023 16:46:45 +0100 Subject: [PATCH] added missing extern keyword --- components/board_2432s024/board_2432s024_touch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/board_2432s024/board_2432s024_touch.h b/components/board_2432s024/board_2432s024_touch.h index df2a2320..289067d1 100644 --- a/components/board_2432s024/board_2432s024_touch.h +++ b/components/board_2432s024/board_2432s024_touch.h @@ -6,7 +6,7 @@ extern "C" { #endif -NbTouchDriver board_2432s024_create_touch_driver(); +extern NbTouchDriver board_2432s024_create_touch_driver(); #ifdef __cplusplus }