aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32/obldc/usart
diff options
context:
space:
mode:
authorUwe Hermann2010-12-30 13:19:25 +0100
committerUwe Hermann2010-12-30 13:19:25 +0100
commit18790a2454d2d59946b018ad5f1e33abbc17a65c (patch)
tree96bd01f69c8a0c0e09455c83faa0b94d21d67de4 /examples/stm32/obldc/usart
parent0995f73f72b57095dde05e280af3dfaaee81215e (diff)
More renames for libopenstm32 -> libopencm3.
Diffstat (limited to 'examples/stm32/obldc/usart')
-rw-r--r--examples/stm32/obldc/usart/usart.c2
-rw-r--r--examples/stm32/obldc/usart/usart.ld2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/stm32/obldc/usart/usart.c b/examples/stm32/obldc/usart/usart.c
index 1a8238a..0f55c26 100644
--- a/examples/stm32/obldc/usart/usart.c
+++ b/examples/stm32/obldc/usart/usart.c
@@ -1,5 +1,5 @@
/*
- * This file is part of the libopenstm32 project.
+ * This file is part of the libopencm3 project.
*
* Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
*
diff --git a/examples/stm32/obldc/usart/usart.ld b/examples/stm32/obldc/usart/usart.ld
index 2c4a200..39f4ad0 100644
--- a/examples/stm32/obldc/usart/usart.ld
+++ b/examples/stm32/obldc/usart/usart.ld
@@ -1,5 +1,5 @@
/*
- * This file is part of the libopenstm32 project.
+ * This file is part of the libopencm3 project.
*
* Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
*