mirror of https://github.com/ARMmbed/mbed-os.git
use assembly on gcc
parent
4ce36b3728
commit
568d0a287e
|
@ -471,7 +471,7 @@ void uECC_set_rng(uECC_RNG_Function rng_function) {
|
|||
g_rng_function = rng_function;
|
||||
}
|
||||
|
||||
#ifdef __GNUC__ /* Only support GCC inline asm for now */
|
||||
#if defined __GNUC__ && !defined(__ARMCC_VERSION) /* Only support GCC inline asm for now */
|
||||
#if (uECC_ASM && (uECC_PLATFORM == uECC_avr))
|
||||
#include "asm_avr.inc"
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue