Skip to content

Commit

Permalink
Removing inclusion of Arduino.h
Browse files Browse the repository at this point in the history
For details, see conversation here: 091a6c6#r139609265 .
  • Loading branch information
aentinger committed Mar 11, 2024
1 parent 283c692 commit ef28d91
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/microchip/lib/libtc6/src/tc6-regs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,6 @@ bool TC6Regs_SetPlca(TC6_t *pTC6, bool plcaEnable, uint8_t nodeId, uint8_t nodeC
return true;
}

#include "Arduino.h"

bool TC6Regs_SetDio(TC6_t *pTC6, bool dioa0, bool dioa1, bool dioa2)
{
static bool _dioa0 = false;
Expand Down

0 comments on commit ef28d91

Please sign in to comment.