aboutsummaryrefslogtreecommitdiff
path: root/lib/stm32f1
diff options
context:
space:
mode:
authorFergus Noble2011-10-12 23:59:16 -0700
committerFergus Noble2011-10-12 23:59:16 -0700
commit82768447c8f262ac0ce64cf8567cea0372bf2b83 (patch)
tree70dbbbc5fb7b92ae53bb1078dbe9d306b5e7e50c /lib/stm32f1
parent2095715eb1de61b0f58129923e0a8ad4ae3706e0 (diff)
parent4809f7dacf70253f894460683be5c08d76a800a7 (diff)
Merge branch 'stm32f2' of github.com:fnoble/libopenstm32 into stm32f2
Diffstat (limited to 'lib/stm32f1')
-rw-r--r--lib/stm32f1/scb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stm32f1/scb.c b/lib/stm32f1/scb.c
index dfee6c3..54c5776 100644
--- a/lib/stm32f1/scb.c
+++ b/lib/stm32f1/scb.c
@@ -17,7 +17,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <libopencm3/stm32/scb.h>
+#include <libopencm3/stm32/f1/scb.h>
void scb_reset_core(void)
{