diff options
Diffstat (limited to 'include/arch/x86_64/arch.h')
-rw-r--r-- | include/arch/x86_64/arch.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/arch/x86_64/arch.h b/include/arch/x86_64/arch.h index 15ebd6d..8bd3468 100644 --- a/include/arch/x86_64/arch.h +++ b/include/arch/x86_64/arch.h @@ -37,6 +37,8 @@ #define SYSCFG_BASE (load_fake_syscfg__()) #define EXTI_BASE (load_fake_exti__()) +#define TIM2_BASE (load_fake_exti__()) + // Pretend there's a data segement at the start of SRAM1 for more accurate // testing. #define GHOST_DATA_SEGMENT_SIZE 1200 |