Skip to content

Commit 2aacb1c

Browse files
author
Jarkko Paso
committed
hal fhss timer: all static functions inside anonymous namespace
1 parent 3e9d7b3 commit 2aacb1c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

features/nanostack/nanostack-hal-mbed-cmsis-rtos/arm_hal_fhss_timer.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
#define NUMBER_OF_SIMULTANEOUS_TIMEOUTS 2
3333
#endif //NUMBER_OF_SIMULTANEOUS_TIMEOUTS
3434

35+
namespace {
3536
using namespace mbed;
3637
using namespace events;
3738

@@ -168,6 +169,7 @@ static uint32_t platform_fhss_timestamp_read(const fhss_api_t *api)
168169
(void)api;
169170
return read_current_time();
170171
}
172+
} // anonymous namespace
171173

172174
fhss_timer_t fhss_functions = {
173175
.fhss_timer_start = platform_fhss_timer_start,

0 commit comments

Comments
 (0)