summaryrefslogtreecommitdiff
path: root/firmware/inc/platform/stm32f4xx/plat.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/inc/platform/stm32f4xx/plat.h')
-rw-r--r--firmware/inc/platform/stm32f4xx/plat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/inc/platform/stm32f4xx/plat.h b/firmware/inc/platform/stm32f4xx/plat.h
index 253d9fac..c07ae564 100644
--- a/firmware/inc/platform/stm32f4xx/plat.h
+++ b/firmware/inc/platform/stm32f4xx/plat.h
@@ -35,6 +35,7 @@ enum PlatSleepDevID
Stm32sleepDevSpi2, /* we use this to prevent stop mode during spi2 xfers */
Stm32sleepDevSpi3, /* we use this to prevent stop mode during spi3 xfers */
Stm32sleepDevI2c1, /* we use this to prevent stop mode during i2c1 xfers */
+ Stm32sleepDevExti, /* we use this for max external interrupt latency */
Stm32sleepDevNum, //must be last always, and must be <= PLAT_MAX_SLEEP_DEVS
};