Add line control comment
This commit is contained in:
parent
313f2b3ac7
commit
88122c9365
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
cmake_minimum_required(VERSION 3.13)
|
||||
|
||||
option(FLOW_CONTROL "Enable Hardware Flow-control on the UARTs" FALSE)
|
||||
option(LINE_CONTROL "Enable Hardware Line-control on the UARTs" FALSE)
|
||||
|
||||
include(pico-sdk/pico_sdk_init.cmake)
|
||||
|
||||
|
|
Loading…
Reference in a new issue