Added xmc4_vadc.c to Make.defs
This commit is contained in:
parent
afb368afd2
commit
6f49637e23
@ -26,6 +26,7 @@ CHIP_CSRCS = xmc4_allocateheap.c xmc4_clockconfig.c xmc4_clockutils.c
|
||||
CHIP_CSRCS += xmc4_clrpend.c xmc4_flash.c xmc4_gpio.c xmc4_irq.c
|
||||
CHIP_CSRCS += xmc4_lowputc.c xmc4_serial.c xmc4_start.c xmc4_usic.c
|
||||
CHIP_CSRCS += xmc4_ccu4.c
|
||||
CHIP_CSRCS += xmc4_vadc.c
|
||||
|
||||
# Configuration-dependent Kinetis files
|
||||
|
||||
|
@ -605,7 +605,7 @@ int xmc4_vadc_global_background_add_channel_to_sequence(const uint32_t grp_num,
|
||||
*
|
||||
********************************************************************************************************/
|
||||
|
||||
void xmc4_vadc_global_background_enable_autoscan();
|
||||
void xmc4_vadc_global_background_enable_autoscan(void);
|
||||
|
||||
/********************************************************************************************************
|
||||
* Name: xmc4_vadc_global_background_start_conversion
|
||||
@ -617,7 +617,7 @@ void xmc4_vadc_global_background_enable_autoscan();
|
||||
*
|
||||
********************************************************************************************************/
|
||||
|
||||
void xmc4_vadc_global_background_start_conversion();
|
||||
void xmc4_vadc_global_background_start_conversion(void);
|
||||
|
||||
/********************************************************************************************************
|
||||
* Name: xmc4_vadc_group_get_result
|
||||
|
Loading…
Reference in New Issue
Block a user