Skip to content

Commit 5a8600c

Browse files
committed
F1: Redirect ChibiOS to project own CMSIS
1 parent ec60584 commit 5a8600c

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

  • flight/PiOS/STM32F10x/Libraries/CMSIS/Core/CM3
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/*
2+
Redirect for ChibiOS
3+
*/
4+
#ifndef STM32F1XX_H
5+
#define STM32F1XX_H
6+
7+
#include "stm32f10x.h"
8+
9+
#endif // STM32F1XX_H

0 commit comments

Comments
 (0)