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:
Noah Pendleton 2025-06-05 13:16:57 -04:00 committed by Benjamin Cabé
commit b377543628

View file

@ -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})