minor cleanup

This commit is contained in:
Peter D. Gray 2024-02-28 13:35:55 -05:00
parent 320b46783a
commit c1c6f549cd
No known key found for this signature in database
GPG Key ID: A2DCD558C2BE5D7C

View File

@ -601,13 +601,16 @@ firewall_dispatch(int method_num, uint8_t *buf_io, int len_in,
break;
}
#ifndef FOR_Q1_ONLY
case 27:
// Get versions/parts installed in SE1/SE2
// - simple fact: we will be recompiling this code if/when
// part revision happen!
// - OBSOLETE: unused on Q and only versions >= 5.2.3 on Mk4
REQUIRE_OUT(80);
strcpy((char *)buf_io, "ATECC608B\nDS28C36B");
break;
#endif
#if 0
// p256r1 test code