File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11#ifndef COMCHANNEL_H
22#define COMCHANNEL_H
33
4- #ifdef HELLO_IM_A_PC
5-
64#include " IOChannel.h"
5+ #include " RS232ChannelProtocol.h"
6+
7+ #ifdef HELLO_IM_A_PC
78
89#include < windows.h>
910
Original file line number Diff line number Diff line change 11#ifndef ESP32UARTCHANNEL_H
22#define ESP32UARTCHANNEL_H
33
4- #ifdef ESP_PLATFORM
5-
64#include " IOChannel.h"
75#include " RS232ChannelProtocol.h"
86
7+ #ifdef ESP_PLATFORM
8+
99#include < driver/uart.h>
1010#include < hal/uart_types.h>
1111
Original file line number Diff line number Diff line change 11#ifndef TTYCHANNEL_H
22#define TTYCHANNEL_H
33
4- #ifdef ITS_A_UNIX_SYSTEM_I_KNOW_THIS
5-
64#include " IOChannel.h"
75#include " RS232ChannelProtocol.h"
86
7+ #ifdef ITS_A_UNIX_SYSTEM_I_KNOW_THIS
8+
99#define FN_UART_BUS " "
1010
1111struct ChannelConfig
Original file line number Diff line number Diff line change 11#ifndef UARTCHANNEL_H
22#define UARTCHANNEL_H
33
4- #include "IOChannel.h"
54#include "ESP32UARTChannel.h"
65#include "TTYChannel.h"
76#include "COMChannel.h"
You can’t perform that action at this time.
0 commit comments