rtc1_stop() doesn't need to be static.

pull/932/head
Rohit Grover 2015-02-24 13:15:28 +00:00
parent 2ee04fde1f
commit b1575db8b3
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*/
static void rtc1_stop(void)
void rtc1_stop(void)
{
if (!m_rtc1_running) {
return;