summaryrefslogtreecommitdiff
path: root/app/src/main.c
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-07-20 23:14:48 -0400
committerGitHub <noreply@github.com>2020-07-20 23:14:48 -0400
commit25509adef7fe36e1fde794851922ae07216046ab (patch)
treeb00dbd6bb2237640e1fca2d77cd027170c8a1c93 /app/src/main.c
parentf6110a632d0ddbc0a9ebd7bfd4997366f95facfd (diff)
parentc4d3c03eb069c814321ab49a809dc584f1819b34 (diff)
Merge pull request #56 from petejohanson/core/split-ble-infrastructure
Initial split BLE infrastructure.
Diffstat (limited to 'app/src/main.c')
-rw-r--r--app/src/main.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/src/main.c b/app/src/main.c
index 92ecc8b..e755304 100644
--- a/app/src/main.c
+++ b/app/src/main.c
@@ -26,9 +26,4 @@ void main(void)
{
return;
}
-
-
-#ifdef CONFIG_SETTINGS
- settings_load();
-#endif
}