Sha256: a11d4bb9c4e4876c27cd492e969e1fbadf1ea6c7a3099fe597a5a6042b1df648

Contents?: true

Size: 209 Bytes

Versions: 2

Compression:

Stored size: 209 Bytes

Contents

#ifndef _ADCHARDWARECONFIGURATOR_H
#define _ADCHARDWARECONFIGURATOR_H

#ifdef SPECIFIC_CONFIG
void Adc_ResetSpec(void);
#elif STANDARD_CONFIG
void Adc_Reset(void);
#endif

#endif // _ADCHARDWARECONFIGURATOR_H

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ceedling-0.31.1 assets/tests_with_defines/src/adc_hardware_configurator.h
ceedling-0.31.0 assets/tests_with_defines/src/adc_hardware_configurator.h