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

Commit 7d71b50

Browse files
committed
Revert "[WIRED] Do not stall CORE0 on maple TX"
This reverts commit 44251e0.
1 parent 3852a4d commit 7d71b50

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

main/wired/maple.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ static void maple_tx(uint32_t port, uint32_t maple0, uint32_t maple1, uint8_t *d
201201
GPIO.out_w1ts = maple0 | maple1;
202202
gpio_set_direction_iram(gpio_pin[port][0], GPIO_MODE_OUTPUT);
203203
gpio_set_direction_iram(gpio_pin[port][1], GPIO_MODE_OUTPUT);
204-
//core0_stall_start();
204+
core0_stall_start();
205205
GPIO.out_w1tc = maple0;
206206
wait_500ns();
207207
GPIO.out_w1tc = maple1;
@@ -266,7 +266,7 @@ static void maple_tx(uint32_t port, uint32_t maple0, uint32_t maple1, uint8_t *d
266266
wait_500ns();
267267
GPIO.out_w1ts = maple1;
268268

269-
//core0_stall_end();
269+
core0_stall_end();
270270
gpio_set_direction_iram(gpio_pin[port][0], GPIO_MODE_INPUT);
271271
gpio_set_direction_iram(gpio_pin[port][1], GPIO_MODE_INPUT);
272272
}

0 commit comments

Comments
 (0)