diff --git a/Include/system/watchdog.h b/Include/system/watchdog.h --- a/Include/system/watchdog.h +++ b/Include/system/watchdog.h @@ -5,3 +5,5 @@ void watchdog_init(void); void watchdog_feed(void); #endif + +// vim:softtabstop=4 shiftwidth=4 expandtab