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:
Jukka Rissanen 2020-02-04 14:11:48 +02:00
commit 7b22f683d0

View file

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