aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32-h103
diff options
context:
space:
mode:
authorUwe Hermann2010-12-29 15:52:37 +0100
committerUwe Hermann2010-12-29 15:55:12 +0100
commit36931dc991e4e68ed1ac32b328be788ae1affbe1 (patch)
tree894bbb7acd2fb732b1be2c40835224c3d468f281 /examples/stm32-h103
parenta6e6a08a3ac7a61e3067e3d26bdb65ee6149e259 (diff)
Whitespace fixes.
Diffstat (limited to 'examples/stm32-h103')
-rw-r--r--examples/stm32-h103/fancyblink/Makefile3
-rw-r--r--examples/stm32-h103/miniblink/Makefile3
-rw-r--r--examples/stm32-h103/spi/Makefile3
-rw-r--r--examples/stm32-h103/usart/Makefile3
-rw-r--r--examples/stm32-h103/usb_cdcacm/Makefile3
-rw-r--r--examples/stm32-h103/usb_dfu/Makefile2
-rw-r--r--examples/stm32-h103/usb_hid/Makefile2
-rw-r--r--examples/stm32-h103/usb_iap/Makefile2
8 files changed, 13 insertions, 8 deletions
diff --git a/examples/stm32-h103/fancyblink/Makefile b/examples/stm32-h103/fancyblink/Makefile
index a712cc4..09aff6f 100644
--- a/examples/stm32-h103/fancyblink/Makefile
+++ b/examples/stm32-h103/fancyblink/Makefile
@@ -17,6 +17,7 @@
## along with this program. If not, see <http://www.gnu.org/licenses/>.
##
-BINARY = fancyblink
+BINARY = fancyblink
include ../../Makefile.include
+
diff --git a/examples/stm32-h103/miniblink/Makefile b/examples/stm32-h103/miniblink/Makefile
index 37c70fd..cbbded6 100644
--- a/examples/stm32-h103/miniblink/Makefile
+++ b/examples/stm32-h103/miniblink/Makefile
@@ -17,6 +17,7 @@
## along with this program. If not, see <http://www.gnu.org/licenses/>.
##
-BINARY = miniblink
+BINARY = miniblink
include ../../Makefile.include
+
diff --git a/examples/stm32-h103/spi/Makefile b/examples/stm32-h103/spi/Makefile
index 1e22919..a63e92d 100644
--- a/examples/stm32-h103/spi/Makefile
+++ b/examples/stm32-h103/spi/Makefile
@@ -17,6 +17,7 @@
## along with this program. If not, see <http://www.gnu.org/licenses/>.
##
-BINARY = spi
+BINARY = spi
include ../../Makefile.include
+
diff --git a/examples/stm32-h103/usart/Makefile b/examples/stm32-h103/usart/Makefile
index 6484117..75050cd 100644
--- a/examples/stm32-h103/usart/Makefile
+++ b/examples/stm32-h103/usart/Makefile
@@ -17,6 +17,7 @@
## along with this program. If not, see <http://www.gnu.org/licenses/>.
##
-BINARY = usart
+BINARY = usart
include ../../Makefile.include
+
diff --git a/examples/stm32-h103/usb_cdcacm/Makefile b/examples/stm32-h103/usb_cdcacm/Makefile
index 1ca37fc..ab55ba2 100644
--- a/examples/stm32-h103/usb_cdcacm/Makefile
+++ b/examples/stm32-h103/usb_cdcacm/Makefile
@@ -17,6 +17,7 @@
## along with this program. If not, see <http://www.gnu.org/licenses/>.
##
-BINARY = cdcacm
+BINARY = cdcacm
include ../../Makefile.include
+
diff --git a/examples/stm32-h103/usb_dfu/Makefile b/examples/stm32-h103/usb_dfu/Makefile
index b9ab00a..183b7c8 100644
--- a/examples/stm32-h103/usb_dfu/Makefile
+++ b/examples/stm32-h103/usb_dfu/Makefile
@@ -17,7 +17,7 @@
## along with this program. If not, see <http://www.gnu.org/licenses/>.
##
-BINARY = usbdfu
+BINARY = usbdfu
include ../../Makefile.include
diff --git a/examples/stm32-h103/usb_hid/Makefile b/examples/stm32-h103/usb_hid/Makefile
index ea2018f..7967467 100644
--- a/examples/stm32-h103/usb_hid/Makefile
+++ b/examples/stm32-h103/usb_hid/Makefile
@@ -17,7 +17,7 @@
## along with this program. If not, see <http://www.gnu.org/licenses/>.
##
-BINARY = usbhid
+BINARY = usbhid
include ../../Makefile.include
diff --git a/examples/stm32-h103/usb_iap/Makefile b/examples/stm32-h103/usb_iap/Makefile
index 674de74..9c93f91 100644
--- a/examples/stm32-h103/usb_iap/Makefile
+++ b/examples/stm32-h103/usb_iap/Makefile
@@ -17,7 +17,7 @@
## along with this program. If not, see <http://www.gnu.org/licenses/>.
##
-BINARY = usbiap
+BINARY = usbiap
include ../../Makefile.includes