mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-15 09:52:45 +01:00
27 lines
719 B
Diff
27 lines
719 B
Diff
|
From 6fff6e0e31dbed9a603e4e1eab434c45e8b43861 Mon Sep 17 00:00:00 2001
|
||
|
From: Francisco Molina <femolina@uc.cl>
|
||
|
Date: Mon, 10 Feb 2020 15:05:07 +0100
|
||
|
Subject: [PATCH 02/11] drivers/common/openserial: rename include for
|
||
|
RIOT-OpenWSN uart
|
||
|
|
||
|
---
|
||
|
drivers/common/openserial.c | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/drivers/common/openserial.c b/drivers/common/openserial.c
|
||
|
index d39634c1..5c3c0003 100644
|
||
|
--- a/drivers/common/openserial.c
|
||
|
+++ b/drivers/common/openserial.c
|
||
|
@@ -20,7 +20,7 @@
|
||
|
#include "openbridge.h"
|
||
|
#include "leds.h"
|
||
|
#include "schedule.h"
|
||
|
-#include "uart.h"
|
||
|
+#include "openwsn_uart.h"
|
||
|
#include "opentimers.h"
|
||
|
#include "openhdlc.h"
|
||
|
#include "schedule.h"
|
||
|
--
|
||
|
2.27.0
|
||
|
|