samples: fs: typo in project name
Looked like copy-paste typo from the `samples/subsys/usb/mass` sample. Signed-off-by: Noah Pendleton <noah.pendleton@gmail.com>
This commit is contained in:
parent
03f46db859
commit
b377543628
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
cmake_minimum_required(VERSION 3.20.0)
|
||||
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
|
||||
project(mass)
|
||||
project(fs_sample)
|
||||
|
||||
FILE(GLOB app_sources src/*.c)
|
||||
target_sources(app PRIVATE ${app_sources})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue