mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-16 06:19:24 +08:00
08f25161d9
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1843 bbd45198-f89e-11dd-88c7-29a3b14d5316
7 lines
112 B
C
Executable File
7 lines
112 B
C
Executable File
#ifndef __RT_SERIAL_H__
|
|
#define __RT_SERIAL_H__
|
|
#include "xuartlite_l.h"
|
|
#include "xparameters.h"
|
|
|
|
#endif
|