1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-29 10:24:12 +01:00

[SAM] fixing header includes

This commit is contained in:
Thibaut VIARD 2012-04-26 20:22:15 +02:00
parent 88c10ba1e2
commit a4b61c7b1b
2 changed files with 5 additions and 3 deletions

View File

@ -54,5 +54,10 @@
#include "include/wdt.h"
#include "include/timetick.h"
#include "include/USB_driver.h"
#if SAM3XA_SERIES
#include "include/uotghs.h"
#endif /* SAM3XA_SERIES */
#endif /* _LIB_SAM_ */

View File

@ -20,8 +20,5 @@
#if SAM3XA_SERIES
#include "USB_driver.h"
#include "uotghs.h"
#endif /* SAM3XA_SERIES */