Sha256: 02581ad054dae6d20847ecb29d543e28584a810cb9e290e8df125ebdc48ae956
Contents?: true
Size: 467 Bytes
Versions: 2
Compression:
Stored size: 467 Bytes
Contents
/* ========================================================================= CMock - Automatic Mock Generation for C ThrowTheSwitch.org Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ #ifndef _TIMERMODEL_H #define _TIMERMODEL_H #include "Types.h" void TimerModel_UpdateTime(uint32 systemTime); #endif // _TIMERMODEL_H
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ceedling-1.0.1 | vendor/cmock/examples/temp_sensor/src/TimerModel.h |
ceedling-1.0.0 | vendor/cmock/examples/temp_sensor/src/TimerModel.h |