forked from SZV10X_Software/SZV103_FM33A0xxEV_SiZhu

jinlicong
2024-06-06 b39a40b0191e0a8b155db74e885ff66e17b91896
Function/WirelessRemoteComm/wireless_remote_comm.h
@@ -11,7 +11,7 @@
#define WRC_PWR_OFF         GPIO_ResetBits(WRC_PWR_PORT, WRC_PWR_PIN)
//3V8ʹÄÜ,ÔÝʱ²»Óã¬Ö±½Ó3V8¿ª¹Ø¿ØÖƼ´¿É
#define PWR_3V8_EN_PORT          GPIOE
#define PWR_3V8_EN_PORT       GPIOE
#define PWR_3V8_EN_PIN          GPIO_Pin_5
#define PWR_3V8_ENABLE          GPIO_SetBits(PWR_3V8_EN_PORT, PWR_3V8_EN_PIN)
#define PWR_3V8_DIABLE         GPIO_ResetBits(PWR_3V8_EN_PORT, PWR_3V8_EN_PIN)