From a26182ddec77ef451e5c77539c4e627e54ee1bab Mon Sep 17 00:00:00 2001 From: minjaesong Date: Thu, 2 Dec 2021 09:35:33 +0900 Subject: [PATCH] removing serial command LOAD from the spec --- serialdev.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/serialdev.txt b/serialdev.txt index b15d1dd..7d24b57 100644 --- a/serialdev.txt +++ b/serialdev.txt @@ -107,10 +107,6 @@ Description: reads one block of file. Any subsequent read attempts will return n Description: closes any file that is open. - LOAD"", - -Description: loads a file onto the main memory. The pointer to the file will be sent back to the host device. - LOADBOOT, Description: loads a bootloader so that it can be read by the host device through the serial connection.