From f68b77fdfa9f9236fbb36d3f549b65ca1808502e Mon Sep 17 00:00:00 2001 From: George Oikonomou Date: Sun, 26 Jun 2016 01:01:16 +0100 Subject: [PATCH] Remove ROM AUX timer macros They have been undefined in CCxxwares --- cpu/cc26xx-cc13xx/ti-lib-rom.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/cpu/cc26xx-cc13xx/ti-lib-rom.h b/cpu/cc26xx-cc13xx/ti-lib-rom.h index 9db42df9f..7334978b9 100644 --- a/cpu/cc26xx-cc13xx/ti-lib-rom.h +++ b/cpu/cc26xx-cc13xx/ti-lib-rom.h @@ -59,13 +59,6 @@ #define ti_lib_rom_aux_tdc_config_set ROM_AUXTDCConfigSet #define ti_lib_rom_aux_tdc_measurement_done ROM_AUXTDCMeasurementDone -/* AUX_TIMER API */ -#define ti_lib_rom_aux_timer_configure ROM_AUXTimerConfigure -#define ti_lib_rom_aux_timer_start ROM_AUXTimerStart -#define ti_lib_rom_aux_timer_stop ROM_AUXTimerStop -#define ti_lib_rom_aux_timer_prescale_set ROM_AUXTimerPrescaleSet -#define ti_lib_rom_aux_timer_prescale_get ROM_AUXTimerPrescaleGet - /* AUX_WUC API */ #define ti_lib_rom_aux_wuc_clock_enable ROM_AUXWUCClockEnable #define ti_lib_rom_aux_wuc_clock_disable ROM_AUXWUCClockDisable