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/i2c.c | |
parent | b666668d0e6b67e4632e65486cae814ab5abbc39 (diff) |
started fixing makefile, created test function
Diffstat (limited to 'src/i2c.c')
-rw-r--r-- | src/i2c.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -4,9 +4,7 @@ #include <util/delay.h> #include <stdbool.h> #include <string.h> -#ifdef DEBUG_BUILD #include "debug.h" -#endif #include "i2c.h" |