From c8c68dcc0dc4b897519105faec64994e820af0c2 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 18 May 2026 19:20:35 +0530 Subject: 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) --- main/tollgate_platform.c | 1 - 1 file changed, 1 deletion(-) (limited to 'main/tollgate_platform.c') 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 @@ #include "tollgate_core.h" #include "config.h" #include "esp_log.h" -#include "esp_timer.h" #include "freertos/FreeRTOS.h" #include "freertos/task.h" -- cgit v1.2.3