diff options
Diffstat (limited to 'examples/arduino-led/CMakeLists.txt')
-rw-r--r-- | examples/arduino-led/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/arduino-led/CMakeLists.txt b/examples/arduino-led/CMakeLists.txt index a615fb7..7855dff 100644 --- a/examples/arduino-led/CMakeLists.txt +++ b/examples/arduino-led/CMakeLists.txt @@ -4,6 +4,7 @@ kicad_generate_header( OUTPUT schematic.h NET schematic/arduino-led.net REF U1 + TEMPLATE arduino-uno IN_SOURCE) if (FALSE) |