File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
connectivity/FEATURE_BLE/source/cordio/stack_adaptation Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -69,12 +69,12 @@ MBED_WEAK void PalRtcInit()
69
69
MBED_ERROR (function_not_implemented, " Provide implementation of PalRtcInit" );
70
70
}
71
71
72
- MBED_WEAK void PalRtcEnableCompareIrq ()
72
+ MBED_WEAK void PalRtcEnableCompareIrq (uint8_t channelId )
73
73
{
74
74
MBED_ERROR (function_not_implemented, " Provide implementation of PalRtcEnableCompareIrq" );
75
75
}
76
76
77
- MBED_WEAK void PalRtcDisableCompareIrq ()
77
+ MBED_WEAK void PalRtcDisableCompareIrq (uint8_t channelId )
78
78
{
79
79
MBED_ERROR (function_not_implemented, " Provide implementation of PalRtcDisableCompareIrq" );
80
80
}
@@ -85,7 +85,7 @@ MBED_WEAK uint32_t PalRtcCounterGet()
85
85
return 0 ;
86
86
}
87
87
88
- MBED_WEAK void PalRtcCompareSet (uint32_t value)
88
+ MBED_WEAK void PalRtcCompareSet (uint8_t channelId, uint32_t value)
89
89
{
90
90
MBED_ERROR (function_not_implemented, " Provide implementation of PalRtcCompareSet" );
91
91
}
You can’t perform that action at this time.
0 commit comments