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

This commit is contained in:
Joel Sherrill
2014-10-07 17:21:35 -05:00
parent 04bafb5395
commit d37ec8d8e9

View File

@@ -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)
{