forked from Imagelibrary/rtems
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
* startup/bspstart.c: Add missing prototype.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/bspstart.c: Add missing prototype.
|
||||
|
||||
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Don't add -ansi -fasm to CFLAGS.
|
||||
|
||||
@@ -179,12 +179,12 @@ uint8_t getLED (void)
|
||||
return *((uint8_t*)FlashA_PortB_Data);
|
||||
}
|
||||
|
||||
void initCPLB()
|
||||
void initCPLB(void)
|
||||
{
|
||||
int i = 0;
|
||||
unsigned int *addr;
|
||||
unsigned int *data;
|
||||
|
||||
|
||||
addr = (unsigned int *)0xffe00100;
|
||||
data = (unsigned int *)0xffe00200;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user