Skip to content

Commit 7125683

Browse files
Jarkko Pasoadbridge
authored andcommitted
hal fhss timer: all static functions inside anonymous namespace
1 parent e5df7ff commit 7125683

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

@@ -162,6 +163,7 @@ static uint32_t platform_fhss_timestamp_read(const fhss_api_t *api)
162163
(void)api;
163164
return read_current_time();
164165
}
166+
} // anonymous namespace
165167

166168
fhss_timer_t fhss_functions = {
167169
.fhss_timer_start = platform_fhss_timer_start,

0 commit comments

Comments
 (0)