aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32/mb525
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stm32/mb525')
-rw-r--r--examples/stm32/mb525/fancyblink/fancyblink.c4
-rw-r--r--examples/stm32/mb525/pwmleds/pwmleds.c6
2 files changed, 5 insertions, 5 deletions
diff --git a/examples/stm32/mb525/fancyblink/fancyblink.c b/examples/stm32/mb525/fancyblink/fancyblink.c
index b10d138..9a0e27d 100644
--- a/examples/stm32/mb525/fancyblink/fancyblink.c
+++ b/examples/stm32/mb525/fancyblink/fancyblink.c
@@ -18,8 +18,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <libopenstm32/rcc.h>
-#include <libopenstm32/gpio.h>
+#include <stm32/rcc.h>
+#include <stm32/gpio.h>
void clock_setup(void)
{
diff --git a/examples/stm32/mb525/pwmleds/pwmleds.c b/examples/stm32/mb525/pwmleds/pwmleds.c
index 78932cb..7305f58 100644
--- a/examples/stm32/mb525/pwmleds/pwmleds.c
+++ b/examples/stm32/mb525/pwmleds/pwmleds.c
@@ -17,9 +17,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <libopenstm32/rcc.h>
-#include <libopenstm32/gpio.h>
-#include <libopenstm32/timer.h>
+#include <stm32/rcc.h>
+#include <stm32/gpio.h>
+#include <stm32/timer.h>
// #define COMPARE
// #define MOVING_FADE