Skip to content

Commit

Permalink
Typo in CMakeLists repaired
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkooij committed Mar 5, 2021
1 parent b1e65fd commit ebea20f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_backlight/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.13)

include(pico_sdk_import.cmake)

project(LCDexample C CXX ASM)
project(LCDexample_bl C CXX ASM)

pico_sdk_init()

Expand Down

0 comments on commit ebea20f

Please sign in to comment.