aboutsummaryrefslogtreecommitdiffstats
path: root/demos/Win32-MinGW
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-09-25 17:39:47 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-09-25 17:39:47 +0000
commitf6c9ebb65b9a1239638125b7c1f910f12c722b79 (patch)
tree4887435ecd359ae0abfea92bd79e999ce8616f62 /demos/Win32-MinGW
parentb9f42fa67094f231eaf219750ed03098f36b11fa (diff)
downloadChibiOS-f6c9ebb65b9a1239638125b7c1f910f12c722b79.tar.gz
ChibiOS-f6c9ebb65b9a1239638125b7c1f910f12c722b79.tar.bz2
ChibiOS-f6c9ebb65b9a1239638125b7c1f910f12c722b79.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@20 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/Win32-MinGW')
-rw-r--r--demos/Win32-MinGW/chtypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/Win32-MinGW/chtypes.h b/demos/Win32-MinGW/chtypes.h
index 48bf7a7d9..49c7c6c38 100644
--- a/demos/Win32-MinGW/chtypes.h
+++ b/demos/Win32-MinGW/chtypes.h
@@ -33,7 +33,7 @@
typedef BYTE8 t_tmode;
typedef BYTE8 t_tstate;
-typedef WORD16 t_prio;
+typedef LONG32 t_prio;
typedef PTR_EQ t_msg;
typedef LONG32 t_eventid;
typedef ULONG32 t_eventmask;