Skip to content

Commit ef28d91

Browse files
committed
Removing inclusion of Arduino.h
For details, see conversation here: 091a6c6#r139609265 .
1 parent 283c692 commit ef28d91

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/microchip/lib/libtc6/src/tc6-regs.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,6 @@ bool TC6Regs_SetPlca(TC6_t *pTC6, bool plcaEnable, uint8_t nodeId, uint8_t nodeC
235235
return true;
236236
}
237237

238-
#include "Arduino.h"
239-
240238
bool TC6Regs_SetDio(TC6_t *pTC6, bool dioa0, bool dioa1, bool dioa2)
241239
{
242240
static bool _dioa0 = false;

0 commit comments

Comments
 (0)