2020-08-05 17:13:38 +02:00
|
|
|
From efb9d31bbbfcb64876278077faf5d53892c29d2f Mon Sep 17 00:00:00 2001
|
2020-06-25 22:35:50 +02:00
|
|
|
From: Francisco Molina <femolina@uc.cl>
|
|
|
|
Date: Mon, 10 Feb 2020 15:05:07 +0100
|
2020-08-05 17:13:38 +02:00
|
|
|
Subject: [PATCH 02/11] drivers/common/openserial: rename include for
|
2020-06-25 22:35:50 +02:00
|
|
|
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
|
2020-08-05 17:13:38 +02:00
|
|
|
index 53205fbf..8a082722 100644
|
2020-06-25 22:35:50 +02:00
|
|
|
--- 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"
|
|
|
|
--
|
2020-09-02 11:39:27 +02:00
|
|
|
2.28.0
|
2020-06-25 22:35:50 +02:00
|
|
|
|