aboutsummaryrefslogtreecommitdiffstats
path: root/libs-device/osccal.c
diff options
context:
space:
mode:
Diffstat (limited to 'libs-device/osccal.c')
-rw-r--r--libs-device/osccal.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libs-device/osccal.c b/libs-device/osccal.c
index f7c5dd6..01be83e 100644
--- a/libs-device/osccal.c
+++ b/libs-device/osccal.c
@@ -9,6 +9,10 @@
#include <avr/io.h>
+#ifndef uchar
+#define uchar unsigned char
+#endif
+
/* ------------------------------------------------------------------------- */
/* ------------------------ Oscillator Calibration ------------------------- */
/* ------------------------------------------------------------------------- */