Sha256: 72452a4c58b4b16f1972e51205127030a40e6c2bc5bd00af40075103a72f6159

Contents?: true

Size: 449 Bytes

Versions: 2

Compression:

Stored size: 449 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_hardwareC.h"
#include "adc_hardware_configuratorC.h"

void AdcHardware_Init(void)
{
  Adc_Reset();
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ceedling-1.0.1 assets/tests_with_preprocessing/src/adc_hardwareC.c
ceedling-1.0.0 assets/tests_with_preprocessing/src/adc_hardwareC.c