summaryrefslogtreecommitdiff
path: root/FreeRTOS-Plus/Test/CMock/examples/temp_sensor/src/Main.h
blob: 6cbe5f43a4928135ee2ba3bc9aef8cffb0f93a48 (plain)
1
2
3
4
5
6
7
#ifndef _MAIN_H_
#define _MAIN_H_

int AppMain(void);
int main(void);

#endif // _MAIN_H_