From 5a1a5f2188e4b7933cdb0370deb76564a1855d90 Mon Sep 17 00:00:00 2001 From: Rob Smith Date: Sat, 24 Feb 2024 10:25:56 +0000 Subject: [PATCH] Comment fix --- scsiwifi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scsiwifi.c b/scsiwifi.c index eac413a..968fb2e 100644 --- a/scsiwifi.c +++ b/scsiwifi.c @@ -675,7 +675,7 @@ LONG SCSIWifi_sendFrame(SCSIWIFIDevice device, UBYTE* packet, UWORD packetSize) // packetSize will *need* to be NETWORK_PACKET_MAX_SIZE+6 // Byte: 0 High Byte of packet size // 1: Low Byte of packet size -// 2: 0xF8 - magic number. If its NOT this then the device is NOT running the right firmware +// 2: 0xA8/A8/0 - magic number. // 3, 4 = 0 // 5: 0 if this was the last packet, or 0x10 if there are more to read // last 4 bytes are the CRC for the packet which we dont care about!