aboutsummaryrefslogtreecommitdiffstats
path: root/demos/Win32-MinGW/chcore.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-02-22 08:43:49 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-02-22 08:43:49 +0000
commit1fa657d77dde43a9c283a67bf86c57531f624437 (patch)
treed24267f79ae1c9c81ff0bde96adb4c85284ba32d /demos/Win32-MinGW/chcore.h
parent5954248a03a87a68cbb81ca4c830a31aa07d33e0 (diff)
downloadChibiOS-1fa657d77dde43a9c283a67bf86c57531f624437.tar.gz
ChibiOS-1fa657d77dde43a9c283a67bf86c57531f624437.tar.bz2
ChibiOS-1fa657d77dde43a9c283a67bf86c57531f624437.zip
Removed unused port functionality port_puts().
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@800 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/Win32-MinGW/chcore.h')
-rw-r--r--demos/Win32-MinGW/chcore.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/demos/Win32-MinGW/chcore.h b/demos/Win32-MinGW/chcore.h
index 97f248a54..276b935da 100644
--- a/demos/Win32-MinGW/chcore.h
+++ b/demos/Win32-MinGW/chcore.h
@@ -192,7 +192,6 @@ struct context {
#ifdef __cplusplus
extern "C" {
#endif
- __attribute__((fastcall)) void port_puts(char *msg);
__attribute__((fastcall)) void port_switch(Thread *otp, Thread *ntp);
__attribute__((fastcall)) void port_halt(void);
void InitCore(void);