forked from Imagelibrary/rtems
Typo fixed by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
This commit is contained in:
@@ -100,7 +100,7 @@ extern "C" {
|
|||||||
* Do not rely on them being present in future
|
* Do not rely on them being present in future
|
||||||
*/
|
*/
|
||||||
#define CPU_delay( microseconds ) delay( microseconds )
|
#define CPU_delay( microseconds ) delay( microseconds )
|
||||||
#define sh_deley( microseconds ) delay( microseconds )
|
#define sh_delay( microseconds ) delay( microseconds )
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Defined in the linker script 'linkcmds'
|
* Defined in the linker script 'linkcmds'
|
||||||
|
|||||||
Reference in New Issue
Block a user