summaryrefslogtreecommitdiffstats
path: root/testsuites/itrontests/itrontask02/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/itrontests/itrontask02/system.h')
-rw-r--r--testsuites/itrontests/itrontask02/system.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/itrontests/itrontask02/system.h b/testsuites/itrontests/itrontask02/system.h
index b2c0c06e4f..bde798bf10 100644
--- a/testsuites/itrontests/itrontask02/system.h
+++ b/testsuites/itrontests/itrontask02/system.h
@@ -19,8 +19,8 @@
/* functions */
void ITRON_Init( void );
-void Dormant_task();
-void Non_Dormant_task();
+void Dormant_task(void);
+void Non_Dormant_task(void);
/* configuration information */