Skip to content

Commit

Permalink
fix bluetooth test
Browse files Browse the repository at this point in the history
  • Loading branch information
corruptbear committed Jun 7, 2024
1 parent 63dfc22 commit f2b6128
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion software/firmware/tests/peripherals/test_bluetooth.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -56,7 +57,7 @@ uint32_t storage_retrieve_next_data_chunk(uint8_t *buffer)
}
return num_bytes_retrieved;
}

*/

int main(void)
{
Expand Down

0 comments on commit f2b6128

Please sign in to comment.