aboutsummaryrefslogtreecommitdiff
path: root/mcu/adc-stm32f103.c
diff options
context:
space:
mode:
Diffstat (limited to 'mcu/adc-stm32f103.c')
-rw-r--r--mcu/adc-stm32f103.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/mcu/adc-stm32f103.c b/mcu/adc-stm32f103.c
index fd40312..728d921 100644
--- a/mcu/adc-stm32f103.c
+++ b/mcu/adc-stm32f103.c
@@ -132,12 +132,7 @@ adc_init (void)
}
#include "board.h"
-#if defined(USE_SYS3) || defined(USE_SYS_BOARD_ID)
-#include "mcu/sys-stm32f103.h"
-# define SYS_BOARD_ID sys_board_id
-#else
-# define SYS_BOARD_ID BOARD_ID
-#endif
+#include "sys.h"
static void
get_adc_config (uint32_t config[4])