1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/cpu/lpc2387/include
Benjamin Valentin c21b5d6f55 cpu/lpc2387: PM_NUM_MODES must only count non-idle modes
lpc23xx has 3 sleep modes and one idle mode.
`PM_NUM_MODES` must only count the idle modes.

In practise, this makes no difference since `mode 3` (IDLE) is
the `default` case in `pm_set()` anyway.
2020-04-26 19:45:43 +02:00
..
vendor cpu/lpc2387: implement periph/i2c 2020-02-26 23:41:38 +01:00
cpu_conf.h cpu/lpc2387: define BACKUP_RAM attribute 2020-03-19 13:38:50 +01:00
cpu.h cpu/lpc2387: rename cpu_woke_from_backup() 2020-02-10 23:04:47 +01:00
lpc2387.h cpu/lpc2387: fix indent 2019-11-07 21:55:24 +01:00
periph_cpu.h cpu/lpc2387: PM_NUM_MODES must only count non-idle modes 2020-04-26 19:45:43 +02:00