merge branch 'STS_R1D' of http://gitea.yunhorn.com/sundp/STS_RR_R125 into STS_R1D
This commit is contained in:
commit
f61ea28b9d
|
@ -159,7 +159,7 @@ void MX_TOF_Init(void);
|
|||
|
||||
|
||||
/* TOF_2, U4 LEFT CORNER, PA-9 */
|
||||
#if defined(TOF_1) && defined(STM32WLE5xx)
|
||||
#if defined(TOF_2) && defined(STM32WLE5xx)
|
||||
#define TOF_L_INT_Pin GPIO_PIN_3 // 2024-04-08 WAS GPIO_PIN_5
|
||||
#define TOF_L_INT_GPIO_Port GPIOB
|
||||
#define TOF_L_INT_EXTI_IRQn EXTI3_IRQn // 2024-04-08 WAS EXTI9_5_IRQn
|
||||
|
|
Loading…
Reference in New Issue