samples: net: modem: Fix the name of the app
The name of the application was wrong. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
parent
1474b4ea14
commit
7b22f683d0
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@
|
|||
cmake_minimum_required(VERSION 3.13.1)
|
||||
|
||||
include($ENV{ZEPHYR_BASE}/cmake/app/boilerplate.cmake NO_POLICY_SCOPE)
|
||||
project(fona808)
|
||||
project(gsm_modem)
|
||||
|
||||
target_sources(app PRIVATE src/main.c)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue