summaryrefslogtreecommitdiffstats
path: root/hardware.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'hardware.cpp')
-rw-r--r--hardware.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/hardware.cpp b/hardware.cpp
index 505cc9a..aa3159a 100644
--- a/hardware.cpp
+++ b/hardware.cpp
@@ -2,7 +2,8 @@
#include "adc.h"
#include "i2c.h"
-#include "stdlib.h"
+
+#include <avr/io.h>
void initHardware() {