7 lines
90 B
C
7 lines
90 B
C
|
#ifndef __STM32F10X_H__
|
||
|
#define __STM32F10X_H__
|
||
|
|
||
|
#include <stm32f10x_lib.h>
|
||
|
|
||
|
#endif
|