We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc000ac commit c6a6475Copy full SHA for c6a6475
src/platform/silabs/efr32/ThreadStackManagerImpl.cpp
@@ -41,14 +41,11 @@
41
42
extern "C" {
43
#include "platform-efr32.h"
44
-}
45
-
46
-// Forward declaration
47
-extern "C" otInstance * otGetInstance(void);
48
+otInstance * otGetInstance(void);
49
#if CHIP_DEVICE_CONFIG_THREAD_ENABLE_CLI
50
-extern "C" void otAppCliInit(otInstance * aInstance);
51
-#endif
+void otAppCliInit(otInstance * aInstance);
+#endif // CHIP_DEVICE_CONFIG_THREAD_ENABLE_CLI
+}
52
53
namespace chip {
54
namespace DeviceLayer {
0 commit comments