dodany kod c od Krzyska po wielu modyfikacjach przez Gemini zeby usunac zalezność od TI-RTOS

This commit is contained in:
2026-02-19 11:59:33 +01:00
parent bf9c4596b8
commit d086ef28de
336 changed files with 52294 additions and 1006 deletions

View 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