arm/gba/startup/bspgetworkarea.c: Fix warning

This commit is contained in:
Joel Sherrill
2014-10-09 10:11:55 -05:00
parent 04bafb5395
commit d37ec8d8e9
@@ -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)
{