Sha256: 1bfd0024bdd926e61cd1702a84b5d683c249fd9c40b8f1acc72374a99eeeb343
Contents?: true
Size: 564 Bytes
Versions: 2
Compression:
Stored size: 564 Bytes
Contents
/* ========================================================================= Ceedling - Test-Centered Build System for C ThrowTheSwitch.org Copyright (c) 2010-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ #include "adc_hardwareA.h" #include "adc_hardware_configuratorA.h" void AdcHardware_Init(void) { // Reusing outer test file preprocessing symbol to prevent linking failure #ifdef PREPROCESSING_TESTS Adc_Reset(); #endif }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ceedling-1.0.1 | assets/tests_with_preprocessing/src/adc_hardwareA.c |
ceedling-1.0.0 | assets/tests_with_preprocessing/src/adc_hardwareA.c |