upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/main/tollgate_platform.c
diff options
context:
space:
mode:
authorYour Name <you@example.com>2026-05-18 19:20:35 +0530
committerYour Name <you@example.com>2026-05-18 19:20:35 +0530
commitc8c68dcc0dc4b897519105faec64994e820af0c2 (patch)
tree56fab9d5d576efaf80045b228b1d292a66049ab9 /main/tollgate_platform.c
parentf6369f5b87f5dab17a03315d82454fdcdd668ec9 (diff)
fix: build-verify tollgate_core component extraction
- Remove display/cvm/font deps from CMakeLists (not yet merged branches) - Add tollgate_platform.h include to session header - Add tollgate_core_session_set_platform declaration - Remove duplicate tollgate_core_dns_stop wrapper (dns module has own impl) - Update captive_portal.c to use tollgate_core_* API - Remove display/cvm calls from tollgate_main.c - Add tollgate_get_platform declaration to config.h - Fix nucula wallet.hpp submodule (save_proofs visibility) - Add tollgate_core include paths to test Makefile - Build passes, all unit tests pass (61/61)
Diffstat (limited to 'main/tollgate_platform.c')
-rw-r--r--main/tollgate_platform.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/tollgate_platform.c b/main/tollgate_platform.c
index c992ea1..4083c4e 100644
--- a/main/tollgate_platform.c
+++ b/main/tollgate_platform.c
@@ -2,7 +2,6 @@
2#include "tollgate_core.h" 2#include "tollgate_core.h"
3#include "config.h" 3#include "config.h"
4#include "esp_log.h" 4#include "esp_log.h"
5#include "esp_timer.h"
6#include "freertos/FreeRTOS.h" 5#include "freertos/FreeRTOS.h"
7#include "freertos/task.h" 6#include "freertos/task.h"
8 7