You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// filepath: c:\projects\STM32CubeIDE\GNSS_Nucleo\Core\user\usart1_it_cfg.h
|
|
#ifndef __USART1_IT_CFG_H__
|
|
#define __USART1_IT_CFG_H__
|
|
|
|
#define USART1_RXBUF_SIZE 1024
|
|
#define USART1_TXBUF_SIZE 1024
|
|
|
|
#endif // __USART1_IT_CFG_H__
|