X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fcortex-m3%2Fdrv%2Fadc_cm3.c;fp=bertos%2Fcpu%2Fcortex-m3%2Fdrv%2Fadc_cm3.c;h=0000000000000000000000000000000000000000;hb=d87bbe9f444dba86a000a748519abc94ad281f23;hp=61dd0043192b425032a88e0ea8e34a91d0751770;hpb=87992fb50db502bebed43652edcdea37e918973d;p=bertos.git diff --git a/bertos/cpu/cortex-m3/drv/adc_cm3.c b/bertos/cpu/cortex-m3/drv/adc_cm3.c deleted file mode 100644 index 61dd0043..00000000 --- a/bertos/cpu/cortex-m3/drv/adc_cm3.c +++ /dev/null @@ -1,54 +0,0 @@ -/** - * \file - * - * - * \brief Low-level ADC module for Cortex-m3 (inplementation). - * - * \author Daniele Basile - * - * This module is automatically included so no need to include - * in test list. - * notest: arm - * - */ - -#ifndef WIZ_AUTOGEN - #warning This file is deprecated, you should use adc_at91.c - - #include - - #if CPU_CM3_STM32 - #include "adc_stm32.c" - /*#elif Add other ARM families here */ - #else - #error Unknown CPU - #endif -#endif /* WIZ_AUTOGEN */