From 90ceef226e56368ea059217d6c492e79267938ca Mon Sep 17 00:00:00 2001 From: Brad Nelson Date: Sun, 6 Feb 2022 09:31:22 -0800 Subject: [PATCH] Cleanup. --- ueforth/Makefile | 2 +- ueforth/esp32/options.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ueforth/Makefile b/ueforth/Makefile index b7ccaa9..207957f 100644 --- a/ueforth/Makefile +++ b/ueforth/Makefile @@ -125,7 +125,7 @@ else endif all: targets tests $(DEPLOY_TARGETS) -fast: posix esp32_sim +fast: posix esp32_sim esp32 targets: $(TARGETS) tests: $(TESTS) diff --git a/ueforth/esp32/options.h b/ueforth/esp32/options.h index 25d2834..dd657a9 100644 --- a/ueforth/esp32/options.h +++ b/ueforth/esp32/options.h @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// For now, default on several options. +// Default on several options. #define ENABLE_SPIFFS_SUPPORT #define ENABLE_WIFI_SUPPORT #define ENABLE_MDNS_SUPPORT