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 3e9d7b3 commit 2aacb1cCopy full SHA for 2aacb1c
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
@@ -168,6 +169,7 @@ static uint32_t platform_fhss_timestamp_read(const fhss_api_t *api)
168
169
(void)api;
170
return read_current_time();
171
}
172
+} // anonymous namespace
173
174
fhss_timer_t fhss_functions = {
175
.fhss_timer_start = platform_fhss_timer_start,
0 commit comments