Files
rtl8710bx-re/include/startup.h
2024-12-09 02:21:44 +06:00

10 lines
131 B
C

#ifndef STARTUP_H
#define STARTUP_H
#include <stdint.h>
// from bootloader
extern uint32_t SystemCoreClock;
#endif // STARTUP_H