From ac315a633937ff2ce432a649f209451c4d55b8ca Mon Sep 17 00:00:00 2001 From: Kasper Hjort Berthelsen Date: Mon, 1 May 2023 13:54:16 +0200 Subject: [PATCH] boards/arduino-mkrwan1300: update board name to correct one --- boards/arduino-mkrwan1300/doc.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/boards/arduino-mkrwan1300/doc.txt b/boards/arduino-mkrwan1300/doc.txt index e9cc8b5047..682da41b55 100644 --- a/boards/arduino-mkrwan1300/doc.txt +++ b/boards/arduino-mkrwan1300/doc.txt @@ -16,10 +16,10 @@ powered by an Atmel SAMD21 microcontroller. ### Flash the board -Use `BOARD=arduino-mkrgsm1400` with the `make` command.
+Use `BOARD=arduino-mkrwan1300` with the `make` command.
Example with `hello-world` application: ``` - make BOARD=arduino-mkrgsm1400 -C examples/hello-world flash + make BOARD=arduino-mkrwan1300 -C examples/hello-world flash ``` @note If the application crashes, automatic reflashing via USB, as explained @@ -34,4 +34,4 @@ STDIO of RIOT is directly available over the USB port. The `TERM_DELAY` environment variable can be used to add a delay (in second) before opening the serial terminal. The default value is 2s which should be enough in most of the situation. - */ \ No newline at end of file + */