diff options
Diffstat (limited to 'tests/unit/stubs/tollgate_api.h')
| -rw-r--r-- | tests/unit/stubs/tollgate_api.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/unit/stubs/tollgate_api.h b/tests/unit/stubs/tollgate_api.h new file mode 100644 index 0000000..7e20fce --- /dev/null +++ b/tests/unit/stubs/tollgate_api.h | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | #ifndef STUB_TOLLGATE_API_H | ||
| 2 | #define STUB_TOLLGATE_API_H | ||
| 3 | |||
| 4 | #include "freertos/queue.h" | ||
| 5 | |||
| 6 | static inline void tls_worker_set_queue(QueueHandle_t q) | ||
| 7 | { | ||
| 8 | (void)q; | ||
| 9 | } | ||
| 10 | |||
| 11 | #endif | ||