From 1b0ea02ffb16d3ff5c440672b574fb374ab4457e Mon Sep 17 00:00:00 2001 From: Henrik Brix Andersen Date: Thu, 4 Jan 2024 14:59:16 +0100 Subject: [PATCH] boards: shields: mikroe_adc_click: use board with mikroBUS as example Use a board with a mikroBUS as example in the shield documentation and update the example application since the board_shell sample was removed in commit 7c85f4b2f5bea25a3c34a8f81ef6590639629434. Fixes: #67134 Signed-off-by: Henrik Brix Andersen --- boards/shields/mikroe_adc_click/doc/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/shields/mikroe_adc_click/doc/index.rst b/boards/shields/mikroe_adc_click/doc/index.rst index 41656ab2e36..8157863d7d4 100644 --- a/boards/shields/mikroe_adc_click/doc/index.rst +++ b/boards/shields/mikroe_adc_click/doc/index.rst @@ -35,8 +35,8 @@ Set ``-DSHIELD=mikro_adc_click`` when you invoke ``west build``. For example: .. zephyr-app-commands:: - :zephyr-app: test/boards/board_shell - :board: frdm_k64f + :zephyr-app: + :board: lpcxpresso55s16 :shield: mikroe_adc_click :goals: build