Skip to content

Commit

Permalink
update esp32-s2 and esp32-s3 main.c to match changes from 9102de
Browse files Browse the repository at this point in the history
  • Loading branch information
andycarle committed Jan 4, 2022
1 parent 43cc029 commit 028f951
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/devices/esp32/xsProj-esp32s2/main/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ void setup(void)
uart_driver_install(USE_UART, UART_FIFO_LEN * 2, 0, 0, NULL, 0);
#endif

gThe = ESP_cloneMachine(0, 0, 0, NULL);
gThe = ESP_cloneMachine(0, 0, 0, 0, NULL);

mc_setup(gThe);

Expand Down
2 changes: 1 addition & 1 deletion build/devices/esp32/xsProj-esp32s3/main/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ void setup(void)
uart_driver_install(USE_UART, UART_FIFO_LEN * 2, 0, 0, NULL, 0);
#endif

gThe = ESP_cloneMachine(0, 0, 0, NULL);
gThe = ESP_cloneMachine(0, 0, 0, 0, NULL);

mc_setup(gThe);

Expand Down

0 comments on commit 028f951

Please sign in to comment.