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
3232MBED_WEAK PalUartState_t PalUartGetState (PalUartId_t id)
3333{
3434 NOT_IMPLEMENTED (" PalUartGetState" );
35-
3635 return PAL_UART_STATE_UNINIT;
3736}
3837
@@ -61,7 +60,6 @@ MBED_WEAK void PalNvmInit(PalNvmCback_t actCback)
6160MBED_WEAK PalNvmState_t PalNvmGetState ()
6261{
6362 NOT_IMPLEMENTED (" PalNvmGetState" );
64-
6563 return PAL_NVM_STATE_UNINIT;
6664}
6765
@@ -111,7 +109,8 @@ MBED_WEAK void PalRtcDisableCompareIrq()
111109
112110MBED_WEAK uint32_t PalRtcCounterGet ()
113111{
114- return osKernelGetTickCount ();
112+ NOT_IMPLEMENTED (" PalRtcDisableCompareIrq" );
113+ return 0 ;
115114}
116115
117116MBED_WEAK void PalRtcCompareSet (uint32_t value)
@@ -122,7 +121,6 @@ MBED_WEAK void PalRtcCompareSet(uint32_t value)
122121MBED_WEAK uint32_t PalRtcCompareGet ()
123122{
124123 NOT_IMPLEMENTED (" PalRtcCompareGet" );
125-
126124 return 0 ;
127125}
128126
@@ -131,7 +129,6 @@ MBED_WEAK uint32_t PalRtcCompareGet()
131129MBED_WEAK bool_t PalSysIsBusy ()
132130{
133131 NOT_IMPLEMENTED (" PalSysIsBusy" );
134-
135132 return 0 ;
136133}
137134
You can’t perform that action at this time.
0 commit comments