summaryrefslogtreecommitdiff
path: root/usart/usart.cpp
blob: 61fe39391afc69ad346741c8e410845b5e12066b (plain)
1
2
3
4
5
6
7
#include "usart.h"

template<>
void interrupt<Interrupt::USART1>() {
	USART1.recv();
	//GPIOB.ODR ^= 1 << 1;
}