diff options
Diffstat (limited to 'serprog-protocol.txt')
| -rw-r--r-- | serprog-protocol.txt | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/serprog-protocol.txt b/serprog-protocol.txt index c5464a44..52f901a6 100644 --- a/serprog-protocol.txt +++ b/serprog-protocol.txt @@ -88,7 +88,7 @@ This define listing should help C coders - (it's here to be the single source fo  #define S_CMD_Q_BUSTYPE         0x05            /* Query supported bustypes                     */  #define S_CMD_Q_CHIPSIZE        0x06            /* Query supported chipsize (2^n format)        */  #define S_CMD_Q_OPBUF           0x07            /* Query operation buffer size                  */ -#define S_CMD_Q_WRNMAXLEN	0x08		/* Query Write to opbuf: Write-N maximum lenght */ +#define S_CMD_Q_WRNMAXLEN	0x08		/* Query Write to opbuf: Write-N maximum length */  #define S_CMD_R_BYTE            0x09            /* Read a single byte                           */  #define S_CMD_R_NBYTES          0x0A            /* Read n bytes                                 */  #define S_CMD_O_INIT            0x0B            /* Initialize operation buffer                  */ | 
