summaryrefslogtreecommitdiffstats
path: root/bsps
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2018-08-29 12:37:29 -0500
committerJoel Sherrill <joel@rtems.org>2018-08-29 12:52:11 -0500
commita5c3bfbc605af5bed149218834414e8e4fd74e3e (patch)
tree7c0dc7eb2824e8931e5aef7a7238ee47e1923544 /bsps
parentgen68340/include/m340timer.h: Fix not a prototype warnings (diff)
downloadrtems-a5c3bfbc605af5bed149218834414e8e4fd74e3e.tar.bz2
uC5282/clock/clock.c: Correct bsp_idle_thread() prototype
Diffstat (limited to 'bsps')
-rw-r--r--bsps/m68k/uC5282/clock/clock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsps/m68k/uC5282/clock/clock.c b/bsps/m68k/uC5282/clock/clock.c
index b156d660b1..da724a9aca 100644
--- a/bsps/m68k/uC5282/clock/clock.c
+++ b/bsps/m68k/uC5282/clock/clock.c
@@ -134,7 +134,7 @@ static void uC5282_tc_tick(void)
/*
* Provide our own version of the idle task
*/
-void * bsp_idle_thread(uint32_t ignored)
+void * bsp_idle_thread(uintptr_t ignored)
{
/* Atomic increment */
for(;;)