7 lines
179 B
C
7 lines
179 B
C
|
#ifndef __BLUEPILL_RCC_H__
|
||
|
#define __BLUEPILL_RCC_H__
|
||
|
|
||
|
constexpr volatile unsigned int *RCC = reinterpret_cast<volatile unsigned int *>(0x40021000);
|
||
|
|
||
|
#endif // __BLUEPILL_RCC_H__
|