File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
features/FEATURE_BLE/targets/TARGET_CORDIO/stack_adaptation Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ static const mbed_error_status_t function_not_implemented = MBED_MAKE_ERROR(MBED
32
32
MBED_WEAK PalUartState_t PalUartGetState (PalUartId_t id)
33
33
{
34
34
NOT_IMPLEMENTED (" PalUartGetState" );
35
-
36
35
return PAL_UART_STATE_UNINIT;
37
36
}
38
37
@@ -61,7 +60,6 @@ MBED_WEAK void PalNvmInit(PalNvmCback_t actCback)
61
60
MBED_WEAK PalNvmState_t PalNvmGetState ()
62
61
{
63
62
NOT_IMPLEMENTED (" PalNvmGetState" );
64
-
65
63
return PAL_NVM_STATE_UNINIT;
66
64
}
67
65
@@ -111,7 +109,8 @@ MBED_WEAK void PalRtcDisableCompareIrq()
111
109
112
110
MBED_WEAK uint32_t PalRtcCounterGet ()
113
111
{
114
- return osKernelGetTickCount ();
112
+ NOT_IMPLEMENTED (" PalRtcDisableCompareIrq" );
113
+ return 0 ;
115
114
}
116
115
117
116
MBED_WEAK void PalRtcCompareSet (uint32_t value)
@@ -122,7 +121,6 @@ MBED_WEAK void PalRtcCompareSet(uint32_t value)
122
121
MBED_WEAK uint32_t PalRtcCompareGet ()
123
122
{
124
123
NOT_IMPLEMENTED (" PalRtcCompareGet" );
125
-
126
124
return 0 ;
127
125
}
128
126
@@ -131,7 +129,6 @@ MBED_WEAK uint32_t PalRtcCompareGet()
131
129
MBED_WEAK bool_t PalSysIsBusy ()
132
130
{
133
131
NOT_IMPLEMENTED (" PalSysIsBusy" );
134
-
135
132
return 0 ;
136
133
}
137
134
You can’t perform that action at this time.
0 commit comments