From a634557a881b59b8be1dc156f9822c6d20bd8741 Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Sun, 13 Nov 2022 00:43:43 -0500 Subject: fix strptokspn, add strcspn, fix splash.c fix off by 1 error in strptokspn, add strcspn, fix fallout in splash.c Change-Id: I61475d9633fc35db5a8ae30cbe588f69f2f7fabc --- firmware/SOURCES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/SOURCES') diff --git a/firmware/SOURCES b/firmware/SOURCES index 4aa7c38daf..76d6cee921 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES @@ -271,7 +271,7 @@ libc/strcat.c libc/strchr.c libc/strcmp.c libc/strcpy.c - +libc/strcspn.c libc/strncmp.c libc/strrchr.c libc/strstr.c -- cgit v1.2.3