Skip to content

Commit

Permalink
Warning similar to Longer LK
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Aug 29, 2021
1 parent 6ddaaaa commit d9f671e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/* SYS_WKUP */
#ifdef PWR_WAKEUP_PIN1
#if defined(PWR_WAKEUP_PIN1) && defined(HAL_PWR_MODULE_ENABLED) && !defined(HAL_PWR_MODULE_ONLY)
#error "PA0 is used by thermal sensor, disable low power wake with -DHAL_PWR_MODULE_ONLY"
SYS_WKUP1 = PA_0,
#endif
#ifdef PWR_WAKEUP_PIN2
Expand Down

0 comments on commit d9f671e

Please sign in to comment.