summaryrefslogtreecommitdiff
path: root/src/i2c.c
diff options
context:
space:
mode:
authorBrett Weiland <brett_weiland@bpcsapce.com>2023-01-24 14:58:52 -0600
committerBrett Weiland <brett_weiland@bpcsapce.com>2023-01-24 14:58:52 -0600
commita5984050eb556741ef40792d6335b7f65fa1eb4f (patch)
treeaaf870b1558d6b40369f481443c4ce768f9b76be /src/i2c.c
parentb666668d0e6b67e4632e65486cae814ab5abbc39 (diff)
started fixing makefile, created test function
Diffstat (limited to 'src/i2c.c')
-rw-r--r--src/i2c.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/i2c.c b/src/i2c.c
index 6259095..6591149 100644
--- a/src/i2c.c
+++ b/src/i2c.c
@@ -4,9 +4,7 @@
#include <util/delay.h>
#include <stdbool.h>
#include <string.h>
-#ifdef DEBUG_BUILD
#include "debug.h"
-#endif
#include "i2c.h"