Update README.md
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
#include "stm32f407xx_esp8266.h"
|
||||
#include "ringBuffer.h"
|
||||
|
||||
|
||||
// System clock
|
||||
uint32_t HCLK_freq;
|
||||
uint32_t PCLK1_freq;
|
||||
@@ -23,7 +22,7 @@ static void USART1_UART_Init(void);
|
||||
// Override for printf function
|
||||
int __io_putchar(int ch) {
|
||||
HAL_UART_Transmit(&huart1, (uint8_t*) &ch, 1,
|
||||
HAL_MAX_DELAY);
|
||||
HAL_MAX_DELAY);
|
||||
return ch;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user