forked from Imagelibrary/rtems
2011-11-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
* console/console-config.c: Avoid explicit type.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2011-11-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* console/console-config.c: Avoid explicit type.
|
||||
|
||||
2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>
|
||||
|
||||
PR 1917/bsps
|
||||
|
||||
@@ -177,5 +177,6 @@ console_tbl Console_Configuration_Ports [] = {
|
||||
};
|
||||
|
||||
#define LPC24XX_UART_COUNT \
|
||||
(sizeof(Console_Configuration_Ports) / sizeof(console_tbl))
|
||||
(sizeof(Console_Configuration_Ports) \
|
||||
/ sizeof(Console_Configuration_Ports [0]))
|
||||
unsigned long Console_Configuration_Count = LPC24XX_UART_COUNT;
|
||||
|
||||
Reference in New Issue
Block a user