samples: sysbuild: with_mcuboot: fix typo
fixed a minor typo in CMakeLists.txt comment Signed-off-by: Shan Pen <bricle031@gmail.com>
This commit is contained in:
parent
c64494a32d
commit
6857dcabbf
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue