Browse Source

samples: sysbuild: with_mcuboot: fix typo

fixed a minor typo in CMakeLists.txt comment

Signed-off-by: Shan Pen <bricle031@gmail.com>
pull/87931/head
Shan Pen 3 months ago committed by Benjamin Cabé
parent
commit
6857dcabbf
  1. 2
      samples/sysbuild/with_mcuboot/CMakeLists.txt

2
samples/sysbuild/with_mcuboot/CMakeLists.txt

@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.20.0) @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.20.0)
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(sample_with_mcuboot)
# Verify that this samnple is built through sysbuild to ensure MCUboot is
# Verify that this sample is built through sysbuild to ensure MCUboot is
# automatically included and that sample specific MCUboot configurations are
# used when building MCUboot.
test_sysbuild()

Loading…
Cancel
Save