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

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