1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-23 16:25:16 +03:00

[X3] HEARTBEAT same as X-Lite

This commit is contained in:
Bertrand Songis 2019-03-12 11:44:12 +01:00
parent 1b7695e0c3
commit 79ed916776

View file

@ -971,7 +971,7 @@
#endif #endif
// Heartbeat // Heartbeat
#if defined(PCBXLITE) #if defined(PCBXLITE) || defined(PCBX3)
#define HEARTBEAT_RCC_AHB1Periph RCC_AHB1Periph_GPIOD #define HEARTBEAT_RCC_AHB1Periph RCC_AHB1Periph_GPIOD
#define HEARTBEAT_RCC_APB2Periph 0 #define HEARTBEAT_RCC_APB2Periph 0
#define HEARTBEAT_GPIO GPIOD #define HEARTBEAT_GPIO GPIOD