1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03:00

[avr] SPI: removed redundant include

This commit is contained in:
Cristian Maglie
2014-10-21 18:04:31 +02:00
parent 993cc9bbb4
commit 34c40b224f

View File

@ -11,7 +11,6 @@
*/
#include "SPI.h"
#include "pins_arduino.h"
SPIClass SPI;