aboutsummaryrefslogtreecommitdiff
path: root/examples/intel-quark-d2000
diff options
context:
space:
mode:
Diffstat (limited to 'examples/intel-quark-d2000')
-rw-r--r--examples/intel-quark-d2000/CMakeLists.txt4
-rw-r--r--examples/intel-quark-d2000/schematic.h1
2 files changed, 2 insertions, 3 deletions
diff --git a/examples/intel-quark-d2000/CMakeLists.txt b/examples/intel-quark-d2000/CMakeLists.txt
index e139440..1822996 100644
--- a/examples/intel-quark-d2000/CMakeLists.txt
+++ b/examples/intel-quark-d2000/CMakeLists.txt
@@ -1,5 +1,5 @@
-kicad_gen(
- TARGET schematic.h
+kicad_generate_header(
+ OUTPUT schematic.h
NET schematic/intel-quark-d2000.net
REF U1
IN_SOURCE)
diff --git a/examples/intel-quark-d2000/schematic.h b/examples/intel-quark-d2000/schematic.h
index 62545f0..8bc46ae 100644
--- a/examples/intel-quark-d2000/schematic.h
+++ b/examples/intel-quark-d2000/schematic.h
@@ -48,5 +48,4 @@ qm_rc_t schematic_PUSH_BUTTON_direction(enum schematic_direction dir) {
return qm_gpio_set_config(QM_GPIO_0, &cfg);
}
-
#endif // SCHEMATIC_H