Update mbed 2 discriminator

pull/4949/head
Jimmy Brisson 2017-09-01 10:05:38 -05:00
parent 887d29372b
commit 41a6197208
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ void mbed_copy_nvic(void)
/* Toolchain specific main code */
#if defined (__CC_ARM)
#if defined (__CC_ARM) || (defined(__ARMCC_VERSION) && (__ARMCC_VERSION >= 5010060))
int $Super$$main(void);