This commit is contained in:
Gordon Williams 2020-06-10 13:45:25 +01:00
parent da0e4b415c
commit e2c5bdebfb

View File

@ -165,7 +165,7 @@ if [ "$PROVISION_NRF_SDK15" = "1" ]; then
echo ======================================================
echo "FIXME - SDK15 NFC patches don't apply cleanly"
echo ======================================================
cat targetlibs/nrf5x_15/patches/* | unix2dos | patch -p1
cat targetlibs/nrf5x_15/patches/* | patch -p1
fi
fi
#--------------------------------------------------------------------------------