mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-27 06:58:19 +00:00
2005-04-26 Joel Sherrill <joel@OARcorp.com>
* startup/bspstart.c: Eliminate warnings.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2005-04-26 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Eliminate warnings.
|
||||
|
||||
2005-04-25 Jennifer Averett <jennifer.averett@oarcorp.com>
|
||||
|
||||
PR 779/bsp
|
||||
|
||||
@@ -105,10 +105,10 @@ void bsp_pretasking_hook(void)
|
||||
* the kernel and the application can be linked and burned into ROM
|
||||
* independently of each other.
|
||||
*/
|
||||
unsigned char *_HeapStart =
|
||||
(char*)BSP_Configuration.work_space_start
|
||||
uint8_t *_HeapStart =
|
||||
(uint8_t *)BSP_Configuration.work_space_start
|
||||
+ BSP_Configuration.work_space_size;
|
||||
extern unsigned char _HeapEnd[];
|
||||
extern uint8_t _HeapEnd[];
|
||||
|
||||
bsp_libc_init( _HeapStart, _HeapEnd - _HeapStart, 0 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user