dbgpause not needed
This commit is contained in:
parent
375c328dca
commit
e99c590cda
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ void core1_main()
|
||||||
|
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
timer_hw->dbgpause = 1; // workaround for problem with debug and sleep_ms
|
//timer_hw->dbgpause = 2; // workaround for problem with debug and sleep_ms
|
||||||
// https://github.com/raspberrypi/pico-sdk/issues/1152#issuecomment-1418248639
|
// https://github.com/raspberrypi/pico-sdk/issues/1152#issuecomment-1418248639
|
||||||
|
|
||||||
setup();
|
setup();
|
||||||
|
|
Loading…
Reference in a new issue