Skip to content

Commit 7b75df6

Browse files
committed
fixup! cpu/stm32/periph_usb: block idle power mode
1 parent 145fd81 commit 7b75df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpu/stm32/periph/usbdev_fs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ static void _usbdev_init(usbdev_t *dev)
351351
const stm32_usbdev_fs_config_t *conf = usbdev->config;
352352

353353
DEBUG_PUTS("usbdev_fs: initialization");
354-
/* Block STOP/STANDBY */
354+
/* Block STOP + STANDBY + IDLE */
355355
pm_block(STM32_PM_STOP);
356356
pm_block(STM32_PM_STANDBY);
357357
pm_block(STM32_PM_IDLE);

0 commit comments

Comments
 (0)