1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-17 18:43:50 +01:00
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
..
2018-06-11 19:12:02 +02:00
2019-11-23 22:39:36 +01:00
2015-05-18 07:10:52 +02:00
2017-04-14 14:36:16 +02:00
2019-10-28 11:11:40 +01:00
2020-02-10 23:04:47 +01:00
2019-11-23 22:39:36 +01:00
2015-08-14 16:50:41 +02:00