doc: adjust to 128-byte framelen

This commit is contained in:
Daniel Lublin 2023-03-27 09:11:48 +02:00 committed by Michael Cardell Widerkrantz
parent cefb6ca9c1
commit e3ee7c5bab
No known key found for this signature in database
GPG Key ID: D3DB3DDF57E704E5

View File

@ -405,7 +405,7 @@ host ->
CMD[0].len = 128 // command frame format
CMD[1] = 0x05 // FW_CMD_LOAD_APP_DATA
CMD[2..] = APP_DATA (511 bytes of app data, pad with zeros)
CMD[2..] = APP_DATA (127 bytes of app data, pad with zeros)
host <-
u8 RSP[1 + 4]