File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
source/hic_hal/nordic/nrf52820 Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,9 @@ tool_specific:
38
38
hic_hal :
39
39
- source/hic_hal/nordic/nrf52820/armcc
40
40
armclang :
41
+ misc :
42
+ common_flags :
43
+ - -mfpu=none
41
44
sources :
42
45
hic_hal :
43
46
- source/hic_hal/nordic/nrf52820/armcc
Original file line number Diff line number Diff line change 21
21
22
22
#include "gpio.h"
23
23
24
- #include "IO_config .h"
24
+ #include "IO_Config .h"
25
25
26
26
#if (defined(GPIO_LED_ACTIVE_STATE ) && (GPIO_LED_ACTIVE_STATE == 1 ))
27
27
#define GPIO_LED_STATE (state ) (state ? 1 : 0)
Original file line number Diff line number Diff line change 20
20
*/
21
21
22
22
#include "device.h"
23
- #include "IO_config .h"
23
+ #include "IO_Config .h"
24
24
#include "daplink.h"
25
25
#include "compiler.h"
26
26
#include "util.h"
You can’t perform that action at this time.
0 commit comments