aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32/other/systick/systick.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stm32/other/systick/systick.c')
-rw-r--r--examples/stm32/other/systick/systick.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/stm32/other/systick/systick.c b/examples/stm32/other/systick/systick.c
index 68120d2..7462a35 100644
--- a/examples/stm32/other/systick/systick.c
+++ b/examples/stm32/other/systick/systick.c
@@ -17,11 +17,11 @@
* 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/nvic.h>
-#include <libopenstm32/systick.h>
+#include <stm32/rcc.h>
+#include <stm32/flash.h>
+#include <stm32/gpio.h>
+#include <stm32/nvic.h>
+#include <stm32/systick.h>
u32 temp32;