aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorUwe Hermann2010-12-30 00:53:52 +0100
committerUwe Hermann2010-12-30 00:53:52 +0100
commit17b2e87ba3ba3cc029a92f275f110e17249d59f7 (patch)
treed5984cbaf17fd0d49c8a2dfc94ac29f295e2d18f /examples
parent01bfbfed411f9e96218070e2b36438b783df29ba (diff)
Factor out cm3/common.h and cm3/memorymap.h.
Diffstat (limited to 'examples')
-rw-r--r--examples/other/dogm128/dogm128.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/other/dogm128/dogm128.h b/examples/other/dogm128/dogm128.h
index 4411852..5be924f 100644
--- a/examples/other/dogm128/dogm128.h
+++ b/examples/other/dogm128/dogm128.h
@@ -20,7 +20,7 @@
#ifndef DOGM128_H
#define DOGM128_H
-#include <libopenstm32/common.h>
+#include <cm3/common.h>
#include <libopenstm32/gpio.h>
#include <libopenstm32/spi.h>