Fix compiler warning

This commit is contained in:
Olaf Rempel 2020-01-12 21:14:53 +01:00
parent b0e59996cd
commit cb3707d2c0
1 changed files with 0 additions and 1 deletions

View File

@ -1139,7 +1139,6 @@ void disable_wdt_timer(void)
#endif /* defined(__AVR_ATmega328P__) */
int main(void) __attribute__ ((noreturn));
int main(void)
{
GPIO_INIT();