summaryrefslogtreecommitdiff
path: root/examples/device/hid_boot_interface
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2022-07-14 21:53:34 +0700
committerGitHub <[email protected]>2022-07-14 21:53:34 +0700
commit868f2bcda092b0b8d5f7ac55ffaef2c81316d35e (patch)
tree3ed2212ab6057783b3d60672f6d1ff688dc62064 /examples/device/hid_boot_interface
parent1a8c3a863bb1d172364ffe80029620fa75efc7a4 (diff)
parent7e4c0f64cd32ee0c73da37703dda2f83ed760132 (diff)
Merge pull request #1554 from kilograham/rp2040_warning2
Rework CMake example warnings some more
Diffstat (limited to 'examples/device/hid_boot_interface')
-rw-r--r--examples/device/hid_boot_interface/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/device/hid_boot_interface/CMakeLists.txt b/examples/device/hid_boot_interface/CMakeLists.txt
index 438635958..abc4d91da 100644
--- a/examples/device/hid_boot_interface/CMakeLists.txt
+++ b/examples/device/hid_boot_interface/CMakeLists.txt
@@ -23,9 +23,6 @@ target_include_directories(${PROJECT} PUBLIC
${CMAKE_CURRENT_SOURCE_DIR}/src
)
-# Example common such as compiler warnings
-include(${CMAKE_CURRENT_SOURCE_DIR}/../../example.cmake)
-
# Configure compilation flags and libraries for the example... see the corresponding function
# in hw/bsp/FAMILY/family.cmake for details.
family_configure_device_example(${PROJECT}) \ No newline at end of file