1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/boards/common/stm32/include
Marian Buschsieweke 77270e241a
boards/common/stm32: Fix LED configuration
The inverted and non-inverted `LED<num>_ON` and `LED<num>_OFF` macros
are swapped. This didn't reveal in testing as the
`LED<num>_IS_INVERTED` macros where not properly evaluated, due to a
typo in the check. This fixes both.
2022-09-13 08:34:31 +02:00
..
cfg_i2c1_pb6_pb7.h boards/stm32: adapt I2C configuration where needed 2022-03-23 10:10:08 +01:00
cfg_i2c1_pb8_pb9.h boards/stm32: adapt I2C configuration where needed 2022-03-23 10:10:08 +01:00
cfg_rtt_default.h cpu/stm32_common: make RTT_FREQUENCY configurable 2020-05-05 14:36:31 +02:00
cfg_timer_tim2.h boards: add nucleo-wl55jc 2021-04-20 21:04:29 +02:00
cfg_timer_tim5.h boards/b-u585i-iot02a: add initial basic support 2021-12-23 11:04:42 +01:00
cfg_usb_otg_fs.h cpu/stm32/periph: Use uintptr_t for periph addr 2021-12-03 10:12:32 +01:00
cfg_usb_otg_hs_fs.h cpu/stm32/periph: Use uintptr_t for periph addr 2021-12-03 10:12:32 +01:00
stm32_leds.h boards/common/stm32: Fix LED configuration 2022-09-13 08:34:31 +02:00