SAME54P20A Test Project
usart_sync.h
1 #ifndef _USART_H_
2 #define _USART_H_
3 
4 void usart_init(void);
5 
6 #endif