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