From f24ac94ddc52ccfe6778b64d05b74f377163bd22 Mon Sep 17 00:00:00 2001 From: David Johnson-Davies Date: Tue, 21 Mar 2023 09:33:49 +0000 Subject: [PATCH] Release 4.4 - 21st March 2023 --- ulisp-arm-comments.ino | 2 +- ulisp-arm.ino | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ulisp-arm-comments.ino b/ulisp-arm-comments.ino index 892f9cb..c0e8006 100644 --- a/ulisp-arm-comments.ino +++ b/ulisp-arm-comments.ino @@ -2,7 +2,7 @@ David Johnson-Davies - www.technoblogy.com - 21st March 2023 Licensed under the MIT license: https://opensource.org/licenses/MIT */ - + // Lisp Library const char LispLibrary[] PROGMEM = ""; diff --git a/ulisp-arm.ino b/ulisp-arm.ino index 73e3d5f..6cbec33 100644 --- a/ulisp-arm.ino +++ b/ulisp-arm.ino @@ -3,7 +3,7 @@ Licensed under the MIT license: https://opensource.org/licenses/MIT */ - + // Lisp Library const char LispLibrary[] PROGMEM = "";