Skip to content

Commit

Permalink
Merge pull request #120 from giulcioffi/namespaced_api_Hardware
Browse files Browse the repository at this point in the history
Remove include of Hardware*.h from ArduinoAPI.h
  • Loading branch information
facchinm authored Nov 17, 2020
2 parents 105276f + 36b6f53 commit c4cae11
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions api/ArduinoAPI.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@
#include "Binary.h"

#ifdef __cplusplus
#include "Client.h"
#include "HardwareI2C.h"
#include "HardwareSPI.h"
#include "HardwareSerial.h"
#include "Interrupts.h"
#include "IPAddress.h"
#include "Print.h"
Expand Down

0 comments on commit c4cae11

Please sign in to comment.