summaryrefslogtreecommitdiff
path: root/nuttx/include/sys/types.h
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-01-01 10:29:44 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-01-01 10:29:44 -0600
commitebb35cf4af9c395e12f1a56a0d68655f50674168 (patch)
tree1341e3c1ef856c5438eb3c1f52c1ffc3d8b8274e /nuttx/include/sys/types.h
parent4274c0fe3987e8c22176d249581888ff6da5db92 (diff)
downloadpx4-nuttx-ebb35cf4af9c395e12f1a56a0d68655f50674168.tar.gz
px4-nuttx-ebb35cf4af9c395e12f1a56a0d68655f50674168.tar.bz2
px4-nuttx-ebb35cf4af9c395e12f1a56a0d68655f50674168.zip
Make sure that the Z16F build still builds and runs
Diffstat (limited to 'nuttx/include/sys/types.h')
-rw-r--r--nuttx/include/sys/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/include/sys/types.h b/nuttx/include/sys/types.h
index 38f091e8a..8a3f97d33 100644
--- a/nuttx/include/sys/types.h
+++ b/nuttx/include/sys/types.h
@@ -223,7 +223,7 @@ typedef int32_t suseconds_t;
/* Task entry point */
-typedef int (*main_t)(int argc, char *argv[]);
+typedef CODE int (*main_t)(int argc, char *argv[]);
#endif