forked from Imagelibrary/rtems
m68k/uC5282/include/bsp.h: Do not include <rtems/clockdrv.h>
This commit is contained in:
@@ -144,7 +144,7 @@ static void uC5282_tc_tick(void)
|
||||
/*
|
||||
* Provide our own version of the idle task
|
||||
*/
|
||||
Thread bsp_idle_thread(uint32_t ignored)
|
||||
void * bsp_idle_thread(uint32_t ignored)
|
||||
{
|
||||
/* Atomic increment */
|
||||
for(;;)
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
#include <rtems.h>
|
||||
#include <rtems/iosupp.h>
|
||||
#include <rtems/console.h>
|
||||
#include <rtems/clockdrv.h>
|
||||
#include <rtems/iosupp.h>
|
||||
#include <rtems/bspIo.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user