From b73680a97d5c312cb6175614be7d562a52a3812c Mon Sep 17 00:00:00 2001 From: gdisirio Date: Fri, 9 Jan 2009 16:18:56 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@597 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- ports/AVR/chcore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ports/AVR') 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 #include - /* * 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 -- cgit v1.2.3