From c1c6f549cd5cc0bbfa0f263208160e4950935db5 Mon Sep 17 00:00:00 2001 From: "Peter D. Gray" Date: Wed, 28 Feb 2024 13:35:55 -0500 Subject: [PATCH] minor cleanup --- stm32/mk4-bootloader/dispatch.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stm32/mk4-bootloader/dispatch.c b/stm32/mk4-bootloader/dispatch.c index f6185442..9f1ea789 100644 --- a/stm32/mk4-bootloader/dispatch.c +++ b/stm32/mk4-bootloader/dispatch.c @@ -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