Skip to content

Commit f22365c

Browse files
committed
Minor typo
1 parent 0a00f14 commit f22365c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

l7/l7_e1_sol/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ static struct sockaddr_storage server;
4242

4343
K_SEM_DEFINE(lte_connected, 0, 1);
4444

45-
LOG_MODULE_REGISTER(Lesson7_Exercise2, LOG_LEVEL_INF);
45+
LOG_MODULE_REGISTER(Lesson7_Exercise1, LOG_LEVEL_INF);
4646

4747

4848
/**@brief Resolves the configured hostname. */

0 commit comments

Comments
 (0)