forked from Imagelibrary/rtems
arm/gba/startup/bspgetworkarea.c: Fix warning
This commit is contained in:
@@ -8,8 +8,8 @@
|
|||||||
#include <bsp/bootcard.h>
|
#include <bsp/bootcard.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
extern void _end;
|
extern int _end;
|
||||||
extern void __heap_limit;
|
extern int __heap_limit;
|
||||||
|
|
||||||
void bsp_work_area_initialize(void)
|
void bsp_work_area_initialize(void)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user