Skip to content

Commit c4cae11

Browse files
authored
Merge pull request #120 from giulcioffi/namespaced_api_Hardware
Remove include of Hardware*.h from ArduinoAPI.h
2 parents 105276f + 36b6f53 commit c4cae11

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

api/ArduinoAPI.h

-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@
2626
#include "Binary.h"
2727

2828
#ifdef __cplusplus
29-
#include "Client.h"
30-
#include "HardwareI2C.h"
31-
#include "HardwareSPI.h"
32-
#include "HardwareSerial.h"
3329
#include "Interrupts.h"
3430
#include "IPAddress.h"
3531
#include "Print.h"

0 commit comments

Comments
 (0)