#include "usart.h" template<> void interrupt() { USART1.DR; //GPIOB.ODR ^= 1 << 1; }