aboutsummaryrefslogtreecommitdiffstats
path: root/libs-device/osccal.c
diff options
context:
space:
mode:
authorChristian Starkjohann <cs+github@obdev.at>2009-08-12 17:10:30 +0000
committerChristian Starkjohann <cs+github@obdev.at>2009-08-12 17:10:30 +0000
commit36da169453b7d716fb63dc804c9853956981c64f (patch)
tree330ec27a60b94e1bbefde47310312282f97244fc /libs-device/osccal.c
parent621b168b700396caa9569ebb645511492817c748 (diff)
downloadv-usb-36da169453b7d716fb63dc804c9853956981c64f.tar.gz
v-usb-36da169453b7d716fb63dc804c9853956981c64f.tar.bz2
v-usb-36da169453b7d716fb63dc804c9853956981c64f.zip
- minor beautification...
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 ------------------------- */
/* ------------------------------------------------------------------------- */