Skip to content
This repository was archived by the owner on Dec 14, 2025. It is now read-only.

Commit ce3a117

Browse files
committed
[MGR] Init reset output high
1 parent 1bc4867 commit ce3a117

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

main/system/manager.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -648,6 +648,7 @@ void sys_mgr_init(void) {
648648
io_conf.pin_bit_mask = 1ULL << power_off_pin;
649649
gpio_config(&io_conf);
650650

651+
gpio_set_level(RESET_PIN, 1);
651652
io_conf.mode = GPIO_MODE_OUTPUT_OD;
652653
io_conf.pin_bit_mask = 1ULL << RESET_PIN;
653654
gpio_config(&io_conf);

0 commit comments

Comments
 (0)