changes for w5500

This commit is contained in:
2020-11-07 22:12:06 +01:00
parent dad1033a2b
commit cd72ca317c
24 changed files with 10031 additions and 21 deletions

View File

@ -53,7 +53,7 @@ cat $IT_C_BAK | \
mkdir w5500
pushd ioLibrary_Driver
for D in Ethernet Ethernet/W5500 Internet/DHCP Internet/DNS Internet/httpServer Internet/MQTT; do
cp $D/*.c $D/.h ../w5500
cp $D/*.c $D/*.h ../w5500
done
popd