Updated usb serial console (markdown)

jLynx 2024-01-09 15:30:10 +13:00
parent 8eeea06c0b
commit 00f63e0900

@ -57,7 +57,7 @@ The terminal exposes the ChibiOS/RT Shell:
* Deletes a file. * Deletes a file.
* fopen * fopen
* Opens a file for reading and modification. * Opens a file for reading and modification.
* Note: The current position will be set to the end of the file. Use "seek 0" to move to the start of the file. * Note: The current position will be set to the end of the file. Use "fseek 0" to move to the start of the file.
* fseek * fseek
* Sets the current position inside the currently opened file. * Sets the current position inside the currently opened file.
* fclose * fclose