Files
CMock/examples/temp_sensor/src/Executor.h
T
Mark VanderVoord 2ac0ccb27b fixed white space
2016-01-04 20:00:32 -05:00

10 lines
135 B
C

#ifndef _EXECUTOR_H
#define _EXECUTOR_H
#include "Types.h"
void Executor_Init(void);
bool Executor_Run(void);
#endif // _EXECUTOR_H