Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
fix: update from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 1, 2023
1 parent ddfd0ec commit d7651d9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/modules/location_module.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@
#include <zephyr/logging/log.h>
LOG_MODULE_REGISTER(MODULE, CONFIG_LOCATION_MODULE_LOG_LEVEL);

BUILD_ASSERT(CONFIG_AT_MONITOR_HEAP_SIZE >= 1024,
"CONFIG_AT_MONITOR_HEAP_SIZE must be >= 1024 to fit neighbor cell measurements "
"and other notifications at the same time");

struct location_msg_data {
union {
struct app_module_event app;
Expand Down

0 comments on commit d7651d9

Please sign in to comment.