We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5272550 commit 51f120bCopy full SHA for 51f120b
targets/TARGET_NUVOTON/TARGET_NANO100/device/StdDriver/nano100_usbd.h
@@ -9,7 +9,10 @@
9
******************************************************************************/
10
#ifndef __USBD_H__
11
#define __USBD_H__
12
-
+#ifdef __cplusplus
13
+extern "C"
14
+{
15
+#endif
16
17
/** @addtogroup NANO100_Device_Driver NANO100 Device Driver
18
@{
@@ -501,6 +504,9 @@ void USBD_LockEpStall(uint32_t u32EpBitmap);
501
504
502
505
/*@}*/ /* end of group NANO100_Device_Driver */
503
506
507
508
+}
509
510
511
#endif //__USBD_H__
512
0 commit comments