Skip to content
This repository was archived by the owner on Apr 16, 2021. It is now read-only.

Commit d1f5c80

Browse files
committed
SPI: Avoid including whole mbed.h
1 parent 90e9a35 commit d1f5c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/SPI/SPI.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#pragma once
22

33
#include "Arduino.h"
4-
#include "mbed.h"
4+
#include "drivers/SPIMaster.h"
55

66
namespace arduino {
77

0 commit comments

Comments
 (0)