From 41a77f06d06af07c1d232de21458d709de6e4ec0 Mon Sep 17 00:00:00 2001 From: arbee Date: Sun, 9 May 2021 20:56:43 -0400 Subject: ch376: Fix missing file [R. Belmont] --- src/devices/machine/ch376.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/devices/machine/ch376.h b/src/devices/machine/ch376.h index 85af7069099..d00586b1503 100644 --- a/src/devices/machine/ch376.h +++ b/src/devices/machine/ch376.h @@ -4,9 +4,9 @@ ch376.h - "File manage and control chip CH376" - This is a module intended to offload USB and USB mass storage - I/O from a small microcontroller or microprocessor. + "File manage and control chip CH376" + This is a module intended to offload USB and USB mass storage + I/O from a small microcontroller or microprocessor. ***************************************************************************/ @@ -52,7 +52,8 @@ private: STATE_READ_SIZE2, STATE_WRITE_SIZE_REPLY, STATE_READ_WRITE_DATA, - STATE_GET_FILE_SIZE + STATE_GET_FILE_SIZE, + STATE_CHECK_EXIST }; bool generateNextDirEntry(); -- cgit v1.2.3