use USART 2 instead of 1 for ESP8266

This commit is contained in:
King Kévin 2017-01-30 09:46:04 +01:00
parent bc946b3949
commit f09e5cb98a
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
/** @defgroup radio_esp8266_usart USART peripheral used for communication with radio
* @{
*/
#define RADIO_ESP8266_USART 1 /**< USART peripheral */
#define RADIO_ESP8266_USART 2 /**< USART peripheral */
/** @} */
/* input and output buffers and used memory */