1
0
Fork 0

Adhoc fix compile error of usb_usb

This commit is contained in:
tmk 2014-09-22 10:42:20 +09:00
parent b9e265368f
commit ea524d7bef
11 changed files with 27 additions and 10 deletions

View file

@ -1,6 +1,7 @@
/*
* To keep Timer0 for common/timer.c override arduino/wiring.c.
*/
#define __DELAY_BACKWARD_COMPATIBLE__
#include <util/delay.h>
#include "common/timer.h"
#include "Arduino.h"