Files
dist_tester/stub_sdk/ti/sysbios/knl/Semaphore.h

8 lines
157 B
C

#ifndef SEMAPHORE_STUB_H
#define SEMAPHORE_STUB_H
// Dummy type definition for Semaphore_Handle
typedef void* Semaphore_Handle;
#endif // SEMAPHORE_STUB_H