From d4e1e1e1e42615ebf7fca08c06dce1af42ae637e Mon Sep 17 00:00:00 2001 From: David Lechner Date: Tue, 2 Feb 2021 10:48:17 -0600 Subject: [PATCH] platform/prime_hub: remove unused boot_t struct Related code was removed in d5df124c, but this was missed. --- lib/pbio/platform/prime_hub/platform.c | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/lib/pbio/platform/prime_hub/platform.c b/lib/pbio/platform/prime_hub/platform.c index fa8a239ac..a48f1461a 100644 --- a/lib/pbio/platform/prime_hub/platform.c +++ b/lib/pbio/platform/prime_hub/platform.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// Copyright (c) 2019-2020 The Pybricks Authors +// Copyright (c) 2019-2021 The Pybricks Authors #include @@ -20,15 +20,6 @@ #include "../../drv/sound/sound_stm32_hal_dac.h" #include "../../drv/uart/uart_stm32f4_ll_irq.h" -// bootloader magic - -typedef struct { - const char *fw_ver; - const uint32_t *checksum; - const uint8_t *magic; - const void *reserved; -} boot_t; - enum { COUNTER_PORT_A, COUNTER_PORT_B,