Skip to content

Commit

Permalink
Grouped extern C statements
Browse files Browse the repository at this point in the history
  • Loading branch information
lpbeliveau-silabs committed Jul 18, 2024
1 parent bc000ac commit c6a6475
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions src/platform/silabs/efr32/ThreadStackManagerImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,11 @@

extern "C" {
#include "platform-efr32.h"
}

// Forward declaration
extern "C" otInstance * otGetInstance(void);

otInstance * otGetInstance(void);
#if CHIP_DEVICE_CONFIG_THREAD_ENABLE_CLI
extern "C" void otAppCliInit(otInstance * aInstance);
#endif
void otAppCliInit(otInstance * aInstance);
#endif // CHIP_DEVICE_CONFIG_THREAD_ENABLE_CLI
}

namespace chip {
namespace DeviceLayer {
Expand Down

0 comments on commit c6a6475

Please sign in to comment.