File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 223
223
patch_spi_h () {
224
224
echo -n " Patching SPI headers..."
225
225
mv " $ARDUINOCOREMBED " /drivers/include/drivers/SPI.h " $ARDUINOCOREMBED " /drivers/include/drivers/SPIMaster.h
226
- for header in mbed.h connectivity/drivers/nfc/PN512/include/nfc/controllers/PN512SPITransportDriver.h storage/blockdevice/COMPONENT_SD/include/SD/SDBlockDevice.h; do
226
+ for header in mbed.h connectivity/drivers/nfc/PN512/include/nfc/controllers/PN512SPITransportDriver.h storage/blockdevice/COMPONENT_SPIF/include/SPIF/SPIFBlockDevice.h storage/blockdevice/ COMPONENT_SD/include/SD/SDBlockDevice.h; do
227
227
sed -i.bak ' s#drivers/SPI\.h#drivers/SPIMaster\.h#g' " $ARDUINOCOREMBED " /$header
228
228
rm " $ARDUINOCOREMBED " /$header .bak
229
229
done
You can’t perform that action at this time.
0 commit comments