upleb.uk

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

summaryrefslogtreecommitdiff
path: root/tests/unit/stubs/freertos/semphr.h
blob: 0389b112bd7d5b7b8c55c3498a314333d3ecd8ee (plain)
1
2
3
4
5
6
7
#ifndef STUBS_FREERTOS_SEMPHR_H
#define STUBS_FREERTOS_SEMPHR_H

#include "FreeRTOS.h"
#include "task.h"

#endif