mirror of
https://github.com/nkbai/book.git
synced 2026-09-04 13:42:47 +08:00
These fixes get code samples to compile without warnings. Other changes
include:
* Fix the SysTick code snippet on the "Memory Mapped Registers" page so
that it:
* Compiles without errors/warnings.
* Sets up the SysTick peripheral correctly for counting down 1000
ticks.
* Added a reminder in the "Semihosting" section about how to enable
semihosting in openOCD.