diff options
author | Rob Austein <sra@hactrn.net> | 2016-06-24 15:51:25 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-06-24 15:51:25 -0400 |
commit | a80b0fac3b2b7164c6af1e6b082e723cf45b730d (patch) | |
tree | 3dbded45fd71014a92168213d9f375ff639b5cad | |
parent | ad8efa487536158673d8e1a95b43aad8ef4762fe (diff) |
Don't mess with HAL_RSA_USE_MODEXP here, that's libhal's job.
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -94,7 +94,6 @@ CFLAGS += -I$(MBED_DIR)/targets/cmsis/TARGET_STM/TARGET_STM32F4 CFLAGS += -I$(MBED_DIR)/targets/cmsis/TARGET_STM/TARGET_STM32F4/$(BOARD) CFLAGS += -I$(MBED_DIR)/targets/hal/TARGET_STM/TARGET_STM32F4 CFLAGS += -I$(MBED_DIR)/targets/hal/TARGET_STM/TARGET_STM32F4/$(BOARD) -CFLAGS += -DHAL_RSA_USE_MODEXP=0 export CFLAGS %.o : %.c |