diff options
author | tfateba <none@example.com> | 2017-06-10 00:48:17 +0000 |
---|---|---|
committer | tfateba <none@example.com> | 2017-06-10 00:48:17 +0000 |
commit | 490c37167580c00e215114e8a915232be52181f0 (patch) | |
tree | 1fadcca81752d98ffcfc6685d7e8b3f93e1c545b /demos/AVR/NIL-ARDUINO-MEGA/main.c | |
parent | 72bf7d1c66d2dbde1208c7fb34cabc59ff180d23 (diff) | |
download | ChibiOS-490c37167580c00e215114e8a915232be52181f0.tar.gz ChibiOS-490c37167580c00e215114e8a915232be52181f0.tar.bz2 ChibiOS-490c37167580c00e215114e8a915232be52181f0.zip |
Update NIL AVR Arduino Mega demo.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10257 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/AVR/NIL-ARDUINO-MEGA/main.c')
-rw-r--r-- | demos/AVR/NIL-ARDUINO-MEGA/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/AVR/NIL-ARDUINO-MEGA/main.c b/demos/AVR/NIL-ARDUINO-MEGA/main.c index 838d198dc..ea1b470c4 100644 --- a/demos/AVR/NIL-ARDUINO-MEGA/main.c +++ b/demos/AVR/NIL-ARDUINO-MEGA/main.c @@ -15,7 +15,7 @@ */
#include "hal.h"
-#include "nil.h"
+#include "ch.h"
/*
* Thread 1.
|