upleb.uk

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

summaryrefslogtreecommitdiff
path: root/tests/unit/stubs/tollgate_api.h
blob: 7e20fcedc74f18f84c9dc77c1681caaf48cbdd20 (plain)
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