mirror of
https://github.com/armink/FreeModbus_Slave-Master-RTT-STM32.git
synced 2025-02-25 01:26:55 +08:00
7 lines
106 B
C
7 lines
106 B
C
#ifndef __RT_SERIAL_H__
|
|
#define __RT_SERIAL_H__
|
|
#include "xuartlite_l.h"
|
|
#include "xparameters.h"
|
|
|
|
#endif
|