STM32LIB
debug.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #include "Debug/Semihosting.hpp"
4 
5 namespace STM32LIB{
6  extern SemiHosting shost;
7 }
SemiHosting shost
Definition: SemiHosting.cpp:15
A STM32F0xx library to ease the programming.