rp2/boards/WAVESHARE_RP2040_PLUS/README: Fix query-variants result.

Signed-off-by: RetiredWizard <github@RetiredWizard.com>
pull/10314/head
RetiredWizard 2022-12-25 09:09:30 -05:00
rodzic e414b45144
commit bef413523f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -15,7 +15,7 @@ can be displayed with the `query-variant` target. An example:
```bash
> cd ports/rp2
> make BOARD=WAVESHARE_RP2040_PLUS query-variants
VARIANTS: flash_2mb flash_4mb flash_8mb flash_16mb
VARIANTS: flash_4mb flash_16mb
> make BOARD=WAVESHARE_RP2040_PLUS BOARD_VARIANT=flash_16mb submodules all # Build the 16 MiB variant
```