mirror of
https://github.com/pvvx/RTL00_HelloWorld.git
synced 2024-11-23 21:14:16 +00:00
14 lines
241 B
C
14 lines
241 B
C
|
#ifndef _RTL8710_H_
|
||
|
#define _RTL8710_H_
|
||
|
|
||
|
#include "rtl8710_sys.h"
|
||
|
#include "rtl8710_int.h"
|
||
|
#include "rtl8710_peri_on.h"
|
||
|
#include "rtl8710_timer.h"
|
||
|
#include "rtl8710_gpio.h"
|
||
|
//#include "rtl8710_log_uart.h"
|
||
|
//#include "rtl8710_spi.h"
|
||
|
|
||
|
#endif
|
||
|
|