From a5984050eb556741ef40792d6335b7f65fa1eb4f Mon Sep 17 00:00:00 2001 From: Brett Weiland Date: Tue, 24 Jan 2023 14:58:52 -0600 Subject: started fixing makefile, created test function --- src/main.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 96fb34e..a159657 100644 --- a/src/main.c +++ b/src/main.c @@ -21,11 +21,6 @@ * organize i2c eeprom/timer code */ - - - - - #ifndef FLASH_EEPROM int main() { LED_DEBUG_DDR |= _BV(LED_DEBUG); //TODO move to debug file or somethin -- cgit v1.2.3