1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-27 07:21:18 +01:00

sam0: correct number of PM for SAML10

This commit is contained in:
Dylan Laduranty 2019-05-22 17:04:27 +02:00
parent d89e19832c
commit f6ba7ee106

View File

@ -98,7 +98,7 @@ enum {
* @name Power mode configuration
* @{
*/
#ifdef CPU_FAM_SAML11
#ifdef CPU_SAML1X
#define PM_NUM_MODES (2)
#else
#define PM_NUM_MODES (3)