diff options
Diffstat (limited to 'tests/unit/test_tollgate_client.c')
| -rw-r--r-- | tests/unit/test_tollgate_client.c | 1 |
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 | ||
| 14 | uint64_t nucula_wallet_balance(void) { return 100; } | 14 | uint64_t nucula_wallet_balance(void) { return 100; } |
| 15 | esp_err_t nucula_wallet_send(uint64_t a, char *b, size_t c) { (void)a; (void)b; (void)c; return ESP_OK; } | 15 | esp_err_t nucula_wallet_send(uint64_t a, char *b, size_t c) { (void)a; (void)b; (void)c; return ESP_OK; } |
| 16 | const void *identity_get(void) { return NULL; } | ||
| 16 | 17 | ||
| 17 | #include "freertos/FreeRTOS.h" | 18 | #include "freertos/FreeRTOS.h" |
| 18 | 19 | ||