1 2 3 4 5 6 7
#include "usart.h" template<> void interrupt<Interrupt::USART1>() { USART1.recv(); //GPIOB.ODR ^= 1 << 1; }