diff --git a/content/updatefirmware/ltemodem.md b/content/updatefirmware/ltemodem.md index bddd567..54a42d2 100644 --- a/content/updatefirmware/ltemodem.md +++ b/content/updatefirmware/ltemodem.md @@ -61,7 +61,7 @@ You can find the firmwares listed [here](https://software.pycom.io/downloads/seq import os sd = SD() - os.mount(fs, '/sd') # mount it + os.mount(sd, '/sd') # mount it os.fsformat('/sd') # format SD card fs = os.mkfat(sd) print(os.listdir('/sd')) # list its content