Ebiroll / esp32_blackmagic

esp32 wifi debugger for ARM Cortex microcontrollers https://github.com/blacksphere/blackmagic
78 stars 3 forks source link

Compile with SWO trace gives compilation issue #5

Closed vortex314 closed 1 year ago

vortex314 commented 3 years ago

In command.c on line 375 traceswo_init() the function is missing a parameter so I supplied 115200. Hope it works.

Ebiroll commented 1 year ago

Thanks , I fixed it now.

vortex314 commented 1 year ago

that was fast :-D