compuphase/Black-Magic-Probe-Book

Incorrect code for STM32 trace enable

sidprice opened this issue · 1 comments

The MCU family specific "trace_init_xxxxx" entry for the STM32Fxx is incorrect. ONLY the STM32F10x MCUs have the AFIO register.

Fixed in commit 2bae45e. Thank you for spotting it.