Sha256: 6f597a926a3c1059ff83b17329e8e2a8ba2c11dccf08035b2676c463152020a0
Contents?: true
Size: 460 Bytes
Versions: 2
Compression:
Stored size: 460 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 _TIMERHARDWARE_H #define _TIMERHARDWARE_H #include "Types.h" void TimerHardware_Init(void); #endif // _TIMERHARDWARE_H
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ceedling-1.0.1 | vendor/cmock/examples/temp_sensor/src/TimerHardware.h |
ceedling-1.0.0 | vendor/cmock/examples/temp_sensor/src/TimerHardware.h |