aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos/gos_options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gos/gos_options.h')
-rw-r--r--src/gos/gos_options.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gos/gos_options.h b/src/gos/gos_options.h
index c78d25ca..e8ce12e7 100644
--- a/src/gos/gos_options.h
+++ b/src/gos/gos_options.h
@@ -189,8 +189,7 @@
* operating systems whose main thread never returns after starting the
* scheduler.<br>
* Its prototype is:<br>
- * threadreturn_t uGFXMain(void *param);<br>
- * @note uGFXMain() will always be called with a NULL paramter.
+ * void uGFXMain(void);<br>
*/
#ifndef GFX_OS_CALL_UGFXMAIN
#define GFX_OS_CALL_UGFXMAIN FALSE