application: minor, improve code

This commit is contained in:
King Kévin 2020-06-10 17:40:54 +02:00
parent 9417cbf392
commit 9f419e1da0
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ static time_t time_start = 0;
/** @defgroup main_flags flag set in interrupts to be processed in main task
* @{
*/
volatile bool rtc_internal_tick_flag = false; /**< flag set when internal RTC ticked */
static volatile bool rtc_internal_tick_flag = false; /**< flag set when internal RTC ticked */
/** @} */
size_t putc(char c)