aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32/other/dogm128
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stm32/other/dogm128')
-rw-r--r--examples/stm32/other/dogm128/dogm128.h4
-rw-r--r--examples/stm32/other/dogm128/main.c14
2 files changed, 9 insertions, 9 deletions
diff --git a/examples/stm32/other/dogm128/dogm128.h b/examples/stm32/other/dogm128/dogm128.h
index 5be924f..dac1d84 100644
--- a/examples/stm32/other/dogm128/dogm128.h
+++ b/examples/stm32/other/dogm128/dogm128.h
@@ -21,8 +21,8 @@
#define DOGM128_H
#include <cm3/common.h>
-#include <libopenstm32/gpio.h>
-#include <libopenstm32/spi.h>
+#include <stm32/gpio.h>
+#include <stm32/spi.h>
/* PB10 GPIO - ~RESET
* PB12 SPI2_NSS - ~CS1
diff --git a/examples/stm32/other/dogm128/main.c b/examples/stm32/other/dogm128/main.c
index 3cea060..61bb526 100644
--- a/examples/stm32/other/dogm128/main.c
+++ b/examples/stm32/other/dogm128/main.c
@@ -17,13 +17,13 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <libopenstm32/rcc.h>
-#include <libopenstm32/flash.h>
-#include <libopenstm32/gpio.h>
-#include <libopenstm32/usart.h>
-#include <libopenstm32/timer.h>
-#include <libopenstm32/nvic.h>
-#include <libopenstm32/spi.h>
+#include <stm32/rcc.h>
+#include <stm32/flash.h>
+#include <stm32/gpio.h>
+#include <stm32/usart.h>
+#include <stm32/timer.h>
+#include <stm32/nvic.h>
+#include <stm32/spi.h>
#include "./dogm128.h"
void gpio_setup(void)