diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-12-31 15:30:52 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-12-31 15:30:52 +0100 |
commit | 44c73e7330aaa7d1411a8fd48b85d1b95bdc2b6b (patch) | |
tree | 84d3efb8c107ac9410af3602e3035f8e4125b62d /src/arch/msp430fr5969lp | |
parent | d3e2b724b4f924b9839f2896db4455c2564cf29d (diff) |
Use CONFIG_meta_driver_hardware_i2c instead of MULTIPASS_ARCH_HAS_I2C
Diffstat (limited to 'src/arch/msp430fr5969lp')
-rw-r--r-- | src/arch/msp430fr5969lp/Makefile.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/msp430fr5969lp/Makefile.inc b/src/arch/msp430fr5969lp/Makefile.inc index b050f04..98e7ad3 100644 --- a/src/arch/msp430fr5969lp/Makefile.inc +++ b/src/arch/msp430fr5969lp/Makefile.inc @@ -17,7 +17,6 @@ MSP430_FLASHER_DIR ?= /opt/msp430/MSP430Flasher_1.3.20 INCLUDES += -I/opt/msp430/ti/msp430-gcc-full-linux-5.1.2.0/include COMMON_FLAGS += -mcpu=${CPU} -mmcu=${MCU} -DMULTIPASS_ARCH_msp430fr5969lp -COMMON_FLAGS += -DMULTIPASS_ARCH_HAS_I2C # LTO seems to be broken. |