aboutsummaryrefslogtreecommitdiff
path: root/examples/arduino-led/schematic.h
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2016-07-29 00:39:45 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2016-07-29 00:39:45 +0200
commitc307e9f234e544386fa3ae53083c7510668e1716 (patch)
treebfca2e97330c05cc5d40e3193b2a138eb6c5a963 /examples/arduino-led/schematic.h
parentf9c8c5da8de36b0f95bc92e37e15d299b434c03f (diff)
downloadkicad-utils-c307e9f234e544386fa3ae53083c7510668e1716.tar.gz
kicad-utils-c307e9f234e544386fa3ae53083c7510668e1716.tar.bz2
kicad-utils-c307e9f234e544386fa3ae53083c7510668e1716.tar.xz
kicad-utils-c307e9f234e544386fa3ae53083c7510668e1716.zip
o Renaming cmake function from kicad_gen to kicad_generate_header, more to the point.
o Renaming binary from kicad_gen to generate-header too. Should probably be kicad-utils-generate-header or somesuch later. o Moving the cmake code used by the examples into its own file, should be part of the installation target later on.
Diffstat (limited to 'examples/arduino-led/schematic.h')
-rw-r--r--examples/arduino-led/schematic.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/arduino-led/schematic.h b/examples/arduino-led/schematic.h
index f41a300..c935528 100644
--- a/examples/arduino-led/schematic.h
+++ b/examples/arduino-led/schematic.h
@@ -11,5 +11,4 @@ namespace schematic {
static const int STATUS_LED = 3;
static const int ANALOG_LIGHT_1 = 2;
} // namespace schematic
-
#endif // SCHEMATIC_H