Remove useless symbol declarations from headers, make symbols local where possible, add some explicit initialization to global variables.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
#include "watchdog.h"
|
||||
|
||||
unsigned watchdog_local_timer_ticks;
|
||||
unsigned watchdog_local_timer_ticks = 0U;
|
||||
struct arch_watchdog *watchdog;
|
||||
int watchdog_enabled;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user