mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-15 01:23:49 +01:00
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.