mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-25 06:13:56 +08:00
[dm][ptp] support Precision Time Protocol (PTP) IEEE 1588 clock
Signed-off-by: GuEe-GUI <2991707448@qq.com>
This commit is contained in:
@@ -64,6 +64,10 @@ extern "C" {
|
||||
#include "drivers/led.h"
|
||||
#endif /* RT_USING_LED */
|
||||
|
||||
#ifdef RT_USING_PTP
|
||||
#include "drivers/ptp.h"
|
||||
#endif /* RT_USING_PTP */
|
||||
|
||||
#ifdef RT_USING_INPUT
|
||||
#include "drivers/input.h"
|
||||
#ifdef RT_INPUT_UAPI
|
||||
|
||||
Reference in New Issue
Block a user