summaryrefslogtreecommitdiff
path: root/FreeRTOS-Plus/Test/CMock/examples/temp_sensor/src/TimerModel.h
blob: 54be21a473f5c6c9c352fd7b9524bfdb46c99169 (plain)
1
2
3
4
5
6
7
8
#ifndef _TIMERMODEL_H
#define _TIMERMODEL_H

#include "Types.h"

void TimerModel_UpdateTime(uint32 systemTime);

#endif // _TIMERMODEL_H