Skip to content

Commit 0815b45

Browse files
iabdalkaderdpgeorge
authored andcommitted
stm32/boards/ARDUINO_PORTENTA_H7: Free reserved timer.
This pin is used for the camera clock on Portenta carrier, and vision shield but it doesn't need to be reserved. Signed-off-by: iabdalkader <[email protected]>
1 parent b4b7c0a commit 0815b45

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ports/stm32/boards/ARDUINO_PORTENTA_H7/mpconfigboard.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ typedef unsigned int mp_uint_t; // must be pointer size
3030
#define MICROPY_HW_ENABLE_SDCARD (1)
3131
#define MICROPY_HW_ENABLE_MMCARD (0)
3232
#define MICROPY_HW_ENTER_BOOTLOADER_VIA_RESET (0)
33-
#define MICROPY_HW_TIM_IS_RESERVED(id) (id == 1)
3433

3534
// ROMFS config
3635
#define MICROPY_HW_ROMFS_ENABLE_EXTERNAL_QSPI (1)

0 commit comments

Comments
 (0)