summaryrefslogtreecommitdiff
path: root/board/twinkie/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/twinkie/board.h')
-rw-r--r--board/twinkie/board.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/board/twinkie/board.h b/board/twinkie/board.h
index 6e4dc5c1ee..1c257dae9d 100644
--- a/board/twinkie/board.h
+++ b/board/twinkie/board.h
@@ -15,7 +15,6 @@
#define CONFIG_UART_CONSOLE 1
/* Optional features */
-#define CONFIG_STM_HWTIMER32
#define CONFIG_USB
#define CONFIG_USB_CONSOLE
@@ -54,8 +53,9 @@
#ifndef __ASSEMBLER__
/* Timer selection */
-#define TIM_CLOCK32 2
-#define TIM_ADC 3
+#define TIM_CLOCK_MSB 3
+#define TIM_CLOCK_LSB 15
+#define TIM_ADC 16
#include "gpio_signal.h"