Skip to content

Commit

Permalink
platform/prime_hub: remove unused boot_t struct
Browse files Browse the repository at this point in the history
Related code was removed in d5df124, but this was missed.
  • Loading branch information
dlech committed Feb 2, 2021
1 parent 6c7888a commit d4e1e1e
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions lib/pbio/platform/prime_hub/platform.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
// Copyright (c) 2019-2020 The Pybricks Authors
// Copyright (c) 2019-2021 The Pybricks Authors

#include <stdbool.h>

Expand All @@ -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,
Expand Down

0 comments on commit d4e1e1e

Please sign in to comment.