mirror of https://github.com/ARMmbed/mbed-os.git
rtc1_stop() doesn't need to be static.
parent
2ee04fde1f
commit
b1575db8b3
|
|
@ -100,7 +100,7 @@ static void rtc1_start(uint32_t prescaler)
|
||||||
|
|
||||||
/**@brief Function for stopping the RTC1 timer. We don't expect to call this.
|
/**@brief Function for stopping the RTC1 timer. We don't expect to call this.
|
||||||
*/
|
*/
|
||||||
static void rtc1_stop(void)
|
void rtc1_stop(void)
|
||||||
{
|
{
|
||||||
if (!m_rtc1_running) {
|
if (!m_rtc1_running) {
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue