1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-15 20:32:43 +01:00
RIOT/pkg/openwsn/patches/0002-drivers-common-openserial-rename-include-for-RIOT-Op.patch

27 lines
717 B
Diff
Raw Normal View History

2020-09-02 11:39:27 +02:00
From 744194e510063e665ffaaf829a20e45494d0ebe8 Mon Sep 17 00:00:00 2001
From: Francisco Molina <femolina@uc.cl>
Date: Mon, 10 Feb 2020 15:05:07 +0100
2020-09-02 11:39:27 +02:00
Subject: [PATCH 2/9] 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
2020-09-02 11:39:27 +02:00
index ac3b8f5c..f0dcb19e 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"
--
2020-09-02 11:39:27 +02:00
2.28.0