From aee853a208d6abec53ec81dc4ef110b63e13342f Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Tue, 9 Aug 2022 21:52:59 +0200 Subject: sha1dgst added --- ext/fsfat/diskio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/fsfat/diskio.c') diff --git a/ext/fsfat/diskio.c b/ext/fsfat/diskio.c index 026ffd2..90a12e6 100644 --- a/ext/fsfat/diskio.c +++ b/ext/fsfat/diskio.c @@ -10,7 +10,7 @@ #include "ff.h" /* Obtains integer types */ #include "diskio.h" /* Declarations of disk functions */ -#include +#include #define TIMEOUT 1000 #define TIMEOUT_TRIM 60000 -- cgit v1.2.3