From 215f31ee3dd27f461540384cdba04b58b481fadc Mon Sep 17 00:00:00 2001 From: inmarket Date: Sun, 8 Jul 2018 14:30:31 +1000 Subject: Added type gDelay to replace V2.x delaytime_t Added type gTicks to replace V2.x systemticks_t Added type gThreadreturn to replace V2.x threadreturn_t Added type gThreadpriority to replace V2.x threadpriority_t --- src/gos/gos_arduino.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gos/gos_arduino.h') diff --git a/src/gos/gos_arduino.h b/src/gos/gos_arduino.h index b14f812a..7aadfa75 100644 --- a/src/gos/gos_arduino.h +++ b/src/gos/gos_arduino.h @@ -17,8 +17,8 @@ * malloc(), realloc and free() - if GOS_RAW_HEAP_SIZE == 0 * * You must also define the following routines in your own code so that timing functions will work... - * systemticks_t gfxSystemTicks(void); - * systemticks_t gfxMillisecondsToTicks(delaytime_t ms); + * gTicks gfxSystemTicks(void); + * gTicks gfxMillisecondsToTicks(gDelay ms); */ #ifndef _GOS_ARDUINO_H #define _GOS_ARDUINO_H -- cgit v1.2.3