8 lines
126 B
C
8 lines
126 B
C
|
#ifndef __BLUEPILL_H__
|
||
|
#define __BLUEPILL_H__
|
||
|
|
||
|
#include "bluepill/gpio.h"
|
||
|
#include "bluepill/rcc.h"
|
||
|
|
||
|
#endif // __BLUEPILL_H__
|