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/gwin/gwin_progressbar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gwin/gwin_progressbar.h') diff --git a/src/gwin/gwin_progressbar.h b/src/gwin/gwin_progressbar.h index a5af2502..46e46d07 100644 --- a/src/gwin/gwin_progressbar.h +++ b/src/gwin/gwin_progressbar.h @@ -159,7 +159,7 @@ void gwinProgressbarDecrement(GHandle gh); * * @api */ - void gwinProgressbarStart(GHandle gh, delaytime_t delay); + void gwinProgressbarStart(GHandle gh, gDelay delay); /** * @brief Stop the timer which is started by @p gwinProgressbarStart() -- cgit v1.2.3