diff options
author | Brett Weiland <brett_weiland@bpcsapce.com> | 2023-01-24 14:58:52 -0600 |
---|---|---|
committer | Brett Weiland <brett_weiland@bpcsapce.com> | 2023-01-24 14:58:52 -0600 |
commit | a5984050eb556741ef40792d6335b7f65fa1eb4f (patch) | |
tree | aaf870b1558d6b40369f481443c4ce768f9b76be /src/main.c | |
parent | b666668d0e6b67e4632e65486cae814ab5abbc39 (diff) |
started fixing makefile, created test function
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 |