TFM: Remove ARM Compiler 5 considerations

ARM Compiler 5 is no longer actively supported and was superseded in
Mbed OS by ARM Compiler 6.
pull/12702/head
Hugues Kamba 2020-03-26 11:32:47 +00:00
parent 253e7becaa
commit 0d626e04b9
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
* Avoids the semihosting issue
* FixMe: describe 'semihosting issue'
*/
#if defined(__ARMCC_VERSION) && (__ARMCC_VERSION >= 6010050)
#if defined(__ARMCC_VERSION)
__asm(" .global __ARM_use_no_argv\n");
#endif