File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
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+
46#include " IOChannel.h"
57
6- #ifdef HELLO_IM_A_PC
8+ #include < windows.h >
79
810struct ChannelConfig
911{
Original file line number Diff line number Diff line change 11#ifndef ESP32UARTCHANNEL_H
22#define ESP32UARTCHANNEL_H
33
4+ #ifdef ESP_PLATFORM
5+
46#include " IOChannel.h"
57#include " RS232ChannelProtocol.h"
68
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+
46#include " IOChannel.h"
57#include " RS232ChannelProtocol.h"
68
7- #ifdef ITS_A_UNIX_SYSTEM_I_KNOW_THIS
8-
99#define FN_UART_BUS " "
1010
1111struct ChannelConfig
You can’t perform that action at this time.
0 commit comments