Skip to content

Commit 568d6f1

Browse files
fix(x7access): internal module power (#6147)
Co-authored-by: raphaelcoeffic <1050031+raphaelcoeffic@users.noreply.github.com>
1 parent d5cd568 commit 568d6f1

File tree

1 file changed

+1
-1
lines changed
  • radio/src/targets/taranis

1 file changed

+1
-1
lines changed

radio/src/targets/taranis/hal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2070,7 +2070,7 @@
20702070
#define INTMODULE_DMA_STREAM_IRQHandler DMA2_Stream7_IRQHandler
20712071
#define INTMODULE_DMA_CHANNEL LL_DMA_CHANNEL_4
20722072
#elif defined(RADIO_X7ACCESS)
2073-
#define INTMODULE_PWR_GPIO GPIO_PIN(GPIOA, 7) // PC.05
2073+
#define INTMODULE_PWR_GPIO GPIO_PIN(GPIOC, 5) // PC.05
20742074
#define INTMODULE_TX_GPIO GPIO_PIN(GPIOB, 6) // PB.06
20752075
#define INTMODULE_RX_GPIO GPIO_PIN(GPIOB, 7) // PB.07
20762076
#define INTMODULE_USART USART1

0 commit comments

Comments
 (0)