mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-31 03:21:56 +08:00
arm/gba/startup/bspgetworkarea.c: Fix warning
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
#include <bsp/bootcard.h>
|
||||
#include <stdint.h>
|
||||
|
||||
extern void _end;
|
||||
extern void __heap_limit;
|
||||
extern int _end;
|
||||
extern int __heap_limit;
|
||||
|
||||
void bsp_work_area_initialize(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user