fsfw/osal/FreeRTOS/BinarySempahore.h
Robin.Mueller bfc7a768ce message queue adaptions for calls from ISR
functions moved to top
binary sempahore file init
mutex return values
2020-02-25 12:54:28 +01:00

15 lines
236 B
C

/**
* @file BinarySempahore.h
*
* @date 25.02.2020
*/
#ifndef FRAMEWORK_OSAL_FREERTOS_BINARYSEMPAHORE_H_
#define FRAMEWORK_OSAL_FREERTOS_BINARYSEMPAHORE_H_
#endif /* FRAMEWORK_OSAL_FREERTOS_BINARYSEMPAHORE_H_ */