disable hot-plugging on SWCLK

This commit is contained in:
joeycastillo
2023-02-01 16:21:48 -06:00
parent 646643da15
commit 60e431d3d7
2 changed files with 8 additions and 0 deletions

View File

@@ -30,6 +30,9 @@
#include "driver_init.h"
#include "pins.h"
#define SWCLK GPIO(GPIO_PORTA, 30)
#define SWDIO GPIO(GPIO_PORTA, 31)
#ifdef __EMSCRIPTEN__
#include "watch_main_loop.h"
#endif // __EMSCRIPTEN__