summaryrefslogtreecommitdiffstats
path: root/bsps/arm/atsam/include/bsp/power.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/arm/atsam/include/bsp/power.h')
-rw-r--r--bsps/arm/atsam/include/bsp/power.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/bsps/arm/atsam/include/bsp/power.h b/bsps/arm/atsam/include/bsp/power.h
index a352386a0e..dd9946acfc 100644
--- a/bsps/arm/atsam/include/bsp/power.h
+++ b/bsps/arm/atsam/include/bsp/power.h
@@ -221,8 +221,10 @@ void atsam_power_handler_sleep_mode(
typedef struct {
/**
* @brief Interval in seconds for which the power off mode should be active.
+ *
+ * An interval up to 24h is supported.
*/
- uint8_t interval;
+ uint32_t interval;
} atsam_power_data_rtc_driver;
/**