From f2b61282043dd8e0debc6dcb5b537c1d1b41deff Mon Sep 17 00:00:00 2001 From: corruptbear Date: Fri, 7 Jun 2024 14:38:44 -0700 Subject: [PATCH] fix bluetooth test --- software/firmware/tests/peripherals/test_bluetooth.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/software/firmware/tests/peripherals/test_bluetooth.c b/software/firmware/tests/peripherals/test_bluetooth.c index f3312397..521042d1 100644 --- a/software/firmware/tests/peripherals/test_bluetooth.c +++ b/software/firmware/tests/peripherals/test_bluetooth.c @@ -16,6 +16,7 @@ static uint8_t cache[2 * MEMORY_PAGE_SIZE_BYTES]; static const uint32_t total_size = 2097158; static bool is_reading; +/* static void read_page(uint8_t *buffer) { for (uint16_t i = 0; i < MEMORY_PAGE_SIZE_BYTES; ++i) @@ -56,7 +57,7 @@ uint32_t storage_retrieve_next_data_chunk(uint8_t *buffer) } return num_bytes_retrieved; } - +*/ int main(void) {