blackmagic-debug / blackmagic

In application debugger for ARM Cortex microcontrollers.
GNU General Public License v3.0
3.3k stars 775 forks source link

stm32f1: use PRIx32 macro for debug log #1995

Closed xobs closed 2 weeks ago

xobs commented 2 weeks ago

Detailed description

When printing a uin32_t, macros from inttypes.h should be used.

This fixes the build on Xtensa targets.

Your checklist for this pull request