From b17f16f0af635f4268543dcfe4cee1ec48b216a1 Mon Sep 17 00:00:00 2001 From: Priit Laes Date: Thu, 14 Dec 2023 09:11:30 +0200 Subject: [PATCH] embassy-boot: Fix formatting for tables Tables describing the a-b flashing were all garbled up in the cargo doc output, so fix up the syntax. --- embassy-boot/boot/src/boot_loader.rs | 36 +++++++++------------------- 1 file changed, 11 insertions(+), 25 deletions(-) diff --git a/embassy-boot/boot/src/boot_loader.rs b/embassy-boot/boot/src/boot_loader.rs index 1663f4f2..65b12dc5 100644 --- a/embassy-boot/boot/src/boot_loader.rs +++ b/embassy-boot/boot/src/boot_loader.rs @@ -135,51 +135,44 @@ impl BootLoader BootLoader Result { // Ensure we have enough progress pages to store copy progress