Skip to content

Commit

Permalink
F1: Redirect ChibiOS to project own CMSIS
Browse files Browse the repository at this point in the history
  • Loading branch information
glowtape committed Apr 14, 2018
1 parent ec60584 commit 5a8600c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions flight/PiOS/STM32F10x/Libraries/CMSIS/Core/CM3/stm32f1xx.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*
Redirect for ChibiOS
*/
#ifndef STM32F1XX_H
#define STM32F1XX_H

#include "stm32f10x.h"

#endif // STM32F1XX_H

0 comments on commit 5a8600c

Please sign in to comment.