aboutsummaryrefslogtreecommitdiff
path: root/robot/io.c
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-06-26 16:27:48 +0200
committerlonkaars <loek@pipeframe.xyz>2022-06-26 16:27:48 +0200
commit55fe6aaeee49894dc07516f0c4e21f692b2950fe (patch)
treed6c709d5b8567381873fc38ecc7a599d3af6339d /robot/io.c
parent6b7b02596522b0db476dd64bb69e0e3825ce790d (diff)
remove some debug lines
Diffstat (limited to 'robot/io.c')
-rw-r--r--robot/io.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/robot/io.c b/robot/io.c
index 91a62b2..560b66f 100644
--- a/robot/io.c
+++ b/robot/io.c
@@ -7,8 +7,6 @@
bool g_w2_io_object_detected = false;
-#include <stdio.h>
-
void w2_io_object_detection() {
unsigned int front_distance = analog_read(W2_SIDE_SENSOR_PIN);