From 588e0a69dc3c3d907b299878ae558876d0839b9b Mon Sep 17 00:00:00 2001 From: Parthiban Nallathambi Date: Wed, 16 Jun 2021 18:14:18 +0200 Subject: [PATCH] samples: lz4: fix typo about conflicting board - change frdm_k64f to nrf52840dk_nrf52840 in README Signed-off-by: Parthiban Nallathambi --- samples/compression/lz4/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/compression/lz4/README.rst b/samples/compression/lz4/README.rst index e3368e93517..18045284130 100644 --- a/samples/compression/lz4/README.rst +++ b/samples/compression/lz4/README.rst @@ -12,7 +12,7 @@ compress & decompress the user data to the console. Building and Running ******************** -The sample can be built and executed on frdm_k64f as follows: +The sample can be built and executed on nrf52840dk_nrf52840 as follows: .. zephyr-app-commands:: :zephyr-app: samples/compression/lz4