]> the.earth.li Git - riso-kagaku-clone.git/commitdiff
Include usbdrv.h in osccal.c for usbMeasureFrameLength definition
authorJonathan McDowell <noodles@earth.li>
Wed, 18 May 2016 10:19:56 +0000 (11:19 +0100)
committerJonathan McDowell <noodles@earth.li>
Wed, 18 May 2016 10:19:56 +0000 (11:19 +0100)
libs-device/osccal.c

index c1bff3210f2f35ced23279f58966c61be4e569ff..61ae783fae51319c25da25cba463317ff0f7147f 100644 (file)
@@ -8,6 +8,8 @@
 
 #include <avr/io.h>
 
+#include "usbdrv.h"
+
 #ifndef uchar
 #define uchar   unsigned char
 #endif