move ESP-01 from USART1 to USART2

This commit is contained in:
King Kévin 2017-01-22 16:32:49 +01:00
parent 372992f103
commit a33e3a3f9c
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 */