Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk GRASP
1 2 3 4 5 6 7 8 9 10 11
#ifndef STUB_TOLLGATE_API_H #define STUB_TOLLGATE_API_H #include "freertos/queue.h" static inline void tls_worker_set_queue(QueueHandle_t q) { (void)q; } #endif