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 <i.abdalkader@gmail.com>
This commit is contained in:
parent
b4b7c0a003
commit
0815b45479
1 changed files with 0 additions and 1 deletions
|
|
@ -30,7 +30,6 @@ typedef unsigned int mp_uint_t; // must be pointer size
|
|||
#define MICROPY_HW_ENABLE_SDCARD (1)
|
||||
#define MICROPY_HW_ENABLE_MMCARD (0)
|
||||
#define MICROPY_HW_ENTER_BOOTLOADER_VIA_RESET (0)
|
||||
#define MICROPY_HW_TIM_IS_RESERVED(id) (id == 1)
|
||||
|
||||
// ROMFS config
|
||||
#define MICROPY_HW_ROMFS_ENABLE_EXTERNAL_QSPI (1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue