mbed_retarget.cpp: Fixed style

pull/9571/head
Przemyslaw Stekiel 2019-01-31 14:53:49 +01:00 committed by deepikabhavnani
parent e60a0f46e4
commit 9c11288eb1
1 changed files with 3 additions and 2 deletions

View File

@ -924,7 +924,8 @@ extern char Image$$ARM_LIB_STACK$$ZI$$Base[];
#define STACK_BASE (Image$$ARM_LIB_STACK$$ZI$$Base) #define STACK_BASE (Image$$ARM_LIB_STACK$$ZI$$Base)
#endif #endif
extern __value_in_regs struct __initial_stackheap _mbed_user_setup_stackheap(uint32_t R0, uint32_t R1, uint32_t R2, uint32_t R3) { extern __value_in_regs struct __initial_stackheap _mbed_user_setup_stackheap(uint32_t R0, uint32_t R1, uint32_t R2, uint32_t R3)
{
struct __initial_stackheap r; struct __initial_stackheap r;
r.heap_base = (uint32_t)HEAP_BASE; r.heap_base = (uint32_t)HEAP_BASE;
r.heap_limit = (uint32_t)HEAP_LIMIT; r.heap_limit = (uint32_t)HEAP_LIMIT;