diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-01-09 16:18:56 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-01-09 16:18:56 +0000 |
commit | b73680a97d5c312cb6175614be7d562a52a3812c (patch) | |
tree | e1bb9dd0af6c371475b729fafbd2921a3e2922f1 /ports/AVR | |
parent | e1b6b9e988d70442e71b520f5a8f43e355688a71 (diff) | |
download | ChibiOS-b73680a97d5c312cb6175614be7d562a52a3812c.tar.gz ChibiOS-b73680a97d5c312cb6175614be7d562a52a3812c.tar.bz2 ChibiOS-b73680a97d5c312cb6175614be7d562a52a3812c.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@597 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'ports/AVR')
-rw-r--r-- | ports/AVR/chcore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/AVR/chcore.h b/ports/AVR/chcore.h index e41ec673f..90755cb4e 100644 --- a/ports/AVR/chcore.h +++ b/ports/AVR/chcore.h @@ -28,7 +28,6 @@ #include <avr/io.h>
#include <avr/interrupt.h>
-
/*
* Port-related configuration parameters.
*/
@@ -226,6 +225,7 @@ extern "C" { void sys_puts(char *msg);
void sys_switch(Thread *otp, Thread *ntp);
void sys_halt(void);
+ void threadstart(void);
#ifdef __cplusplus
}
#endif
|