mirror of
https://github.com/pvvx/RTL00ConsoleROM.git
synced 2024-11-22 02:04:14 +00:00
13 lines
241 B
C
13 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
|
|
|