diff options
author | ThomasAvans <tv.intanker@student.avans.nl> | 2024-04-22 10:40:59 +0200 |
---|---|---|
committer | ThomasAvans <tv.intanker@student.avans.nl> | 2024-04-22 10:40:59 +0200 |
commit | 1640a4fb4bb0c831dd3f2a28bf99a49f3f41e829 (patch) | |
tree | 5889fbd9a70ed926a64a6c3cd0183ae25fc18be5 /main/CMakeLists.txt | |
parent | 4354adcf0ae2eabbf419a76fc97746cb71962826 (diff) |
Processed review
Diffstat (limited to 'main/CMakeLists.txt')
-rw-r--r-- | main/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt index 8af9402..a50a9a6 100644 --- a/main/CMakeLists.txt +++ b/main/CMakeLists.txt @@ -13,7 +13,6 @@ pico_sdk_init() add_executable(main main.cpp - FSM.cpp ) pico_enable_stdio_usb(main 1) |