Improve print command

This commit is contained in:
Jeremy Soller
2020-03-14 21:06:18 -06:00
parent d800af5ed6
commit 8a8ab165a7
4 changed files with 34 additions and 25 deletions

View File

@@ -11,7 +11,7 @@ enum Command {
// Read version string
CMD_VERSION = 3,
// Write bytes to console
CMD_DEBUG = 4,
CMD_PRINT = 4,
// Access SPI chip
CMD_SPI = 5,
// Reset EC