TARGET_MCU_NRF51822 - Fix padding warning with ARMCC.

See http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0496c/CACHCBBJ.html
for A1581W.
pull/2785/head
Vincent Coubard 2016-09-22 17:17:45 +01:00
parent f490474bf2
commit 18370ab258
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ US_TICKER_HANDLER
push {r3, lr}
bl common_rtc_irq_handler
pop {r3, pc}
nop /* padding */
; ALIGN ;
}
#elif defined (__GNUC__) /* GNU Compiler */