upleb.uk

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

summaryrefslogtreecommitdiff
path: root/tests/unit/test_tollgate_client.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/test_tollgate_client.c')
-rw-r--r--tests/unit/test_tollgate_client.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/test_tollgate_client.c b/tests/unit/test_tollgate_client.c
index 686ad19..eebc747 100644
--- a/tests/unit/test_tollgate_client.c
+++ b/tests/unit/test_tollgate_client.c
@@ -13,6 +13,7 @@ const tollgate_config_t *tollgate_config_get(void) {
13 13
14uint64_t nucula_wallet_balance(void) { return 100; } 14uint64_t nucula_wallet_balance(void) { return 100; }
15esp_err_t nucula_wallet_send(uint64_t a, char *b, size_t c) { (void)a; (void)b; (void)c; return ESP_OK; } 15esp_err_t nucula_wallet_send(uint64_t a, char *b, size_t c) { (void)a; (void)b; (void)c; return ESP_OK; }
16const void *identity_get(void) { return NULL; }
16 17
17#include "freertos/FreeRTOS.h" 18#include "freertos/FreeRTOS.h"
18 19