mirror of
https://github.com/candle-usb/candleLight_fw.git
synced 2025-02-04 06:12:55 +08:00
7 lines
81 B
C
7 lines
81 B
C
#ifndef _CMSIS_H_
|
|
#define _CMSIS_H_
|
|
|
|
#include "stm32f0xx.h"
|
|
|
|
#endif // _CMSIS_H_
|