mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2007-09-06 Joel Sherrill <joel.sherrill@oarcorp.com>
* mpc6xx/mmu/pte121.c: Fix warning.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2007-09-06 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* mpc6xx/mmu/pte121.c: Fix warning.
|
||||
|
||||
2007-08-06 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* Makefile.am, mpc83xx/i2c/mpc83xx_i2cdrv.c:
|
||||
|
||||
@@ -183,7 +183,7 @@ seg2vsid (uint32_t ea)
|
||||
/* Horrible Macros */
|
||||
#ifdef __rtems__
|
||||
/* must not use printf until multitasking is up */
|
||||
typedef void (*PrintF) (char *, ...);
|
||||
typedef void (*PrintF) (const char *, ...);
|
||||
static PrintF
|
||||
whatPrintf (void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user