Sha256: f67ca510fdd4e7663109a69665945cd4ae2a1fb52459c07e002043006f1752a5
Contents?: true
Size: 505 Bytes
Versions: 2
Compression:
Stored size: 505 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 _MODELCONFIG_H #define _MODELCONFIG_H #define MASTER_CLOCK 48054857 // Master Clock #define USART0_BAUDRATE 115200 // USART Baudrate #endif // _MODELCONFIG_H
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ceedling-1.0.1 | vendor/cmock/examples/temp_sensor/src/ModelConfig.h |
ceedling-1.0.0 | vendor/cmock/examples/temp_sensor/src/ModelConfig.h |