Add line control comment

This commit is contained in:
Carsten Schmiemann 2023-12-31 21:57:14 +01:00
parent 313f2b3ac7
commit 88122c9365
1 changed files with 1 additions and 0 deletions

View File

@ -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)