diff options
author | isiora <none@example.com> | 2018-03-18 23:04:35 +0000 |
---|---|---|
committer | isiora <none@example.com> | 2018-03-18 23:04:35 +0000 |
commit | dec103d191350b08215e11ed00b37834da976c08 (patch) | |
tree | 67ed0e531a41a2b9b78380bc2aadde22ef51c8ef /demos | |
parent | db1e1b719af59c14a5cb10b5530af9c0bdcf4d8b (diff) | |
download | ChibiOS-dec103d191350b08215e11ed00b37834da976c08.tar.gz ChibiOS-dec103d191350b08215e11ed00b37834da976c08.tar.bz2 ChibiOS-dec103d191350b08215e11ed00b37834da976c08.zip |
Improved the examples.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11820 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'demos')
-rwxr-xr-x | demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-NSEC/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-NSEC/main.c b/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-NSEC/main.c index d3176161f..a142ad107 100755 --- a/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-NSEC/main.c +++ b/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-NSEC/main.c @@ -23,8 +23,6 @@ #include "chprintf.h"
#include "lwipthread.h"
-#define DEMONS_READY 1
-
/*
* LED blinker thread, times are in milliseconds.
*/
|