dodany kod c od Krzyska po wielu modyfikacjach przez Gemini zeby usunac zalezność od TI-RTOS
This commit is contained in:
7
stub_sdk/ti/sysbios/knl/Semaphore.h
Normal file
7
stub_sdk/ti/sysbios/knl/Semaphore.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef SEMAPHORE_STUB_H
|
||||
#define SEMAPHORE_STUB_H
|
||||
|
||||
// Dummy type definition for Semaphore_Handle
|
||||
typedef void* Semaphore_Handle;
|
||||
|
||||
#endif // SEMAPHORE_STUB_H
|
||||
Reference in New Issue
Block a user