Skip to content

Commit

Permalink
Update link for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MaJerle committed Dec 27, 2019
1 parent 8d6b74e commit 542f15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp_at_lib/src/system/esp_ll_stm32.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
* USART is configured in RX DMA mode and any incoming bytes are processed inside thread function.
* DMA and USART implement interrupt handlers to notify main thread about new data ready to send to upper layer.
*
* More about UART + RX DMA: https://github.com/MaJerle/STM32_USART_DMA_RX
* More about UART + RX DMA: https://github.com/MaJerle/stm32-usart-dma-rx-tx
*
* \ref ESP_CFG_INPUT_USE_PROCESS must be enabled in `esp_config.h` to use this driver.
*/
Expand Down

0 comments on commit 542f15f

Please sign in to comment.