From 35cb021aa89d8624f761f4eb7bd56f8f270e8e42 Mon Sep 17 00:00:00 2001 From: Brad Nelson Date: Sat, 13 Feb 2021 10:35:51 -0800 Subject: [PATCH] Seems to fix esp32-cam --- ueforth/arduino/bindings.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ueforth/arduino/bindings.fs b/ueforth/arduino/bindings.fs index b410f31..ce7d23c 100644 --- a/ueforth/arduino/bindings.fs +++ b/ueforth/arduino/bindings.fs @@ -45,9 +45,9 @@ transfer{ forth definitions vocabulary SD_MMC SD_MMC definitions +( SD_MMC.begin - TODO: causing issues pulled in ) transfer{ SD_MMC.cardType - SD_MMC.begin SD_MMC.end SD_MMC.totalBytes SD_MMC.usedBytes }transfer