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 e5df7ff commit 7125683Copy full SHA for 7125683
features/nanostack/nanostack-hal-mbed-cmsis-rtos/arm_hal_fhss_timer.cpp
@@ -32,6 +32,7 @@
32
#define NUMBER_OF_SIMULTANEOUS_TIMEOUTS 2
33
#endif //NUMBER_OF_SIMULTANEOUS_TIMEOUTS
34
35
+namespace {
36
using namespace mbed;
37
using namespace events;
38
@@ -162,6 +163,7 @@ static uint32_t platform_fhss_timestamp_read(const fhss_api_t *api)
162
163
(void)api;
164
return read_current_time();
165
}
166
+} // anonymous namespace
167
168
fhss_timer_t fhss_functions = {
169
.fhss_timer_start = platform_fhss_timer_start,
0 commit comments