Skip to content

Commit 733fd94

Browse files
authored
Change RSSI_ADC_CHANNEL definition condition
Use USE_MPOSD_ON_PA0 for rssi logc
1 parent 73011d7 commit 733fd94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/target/OMNIBUSF4/target.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@
266266

267267
#define CURRENT_METER_ADC_CHANNEL ADC_CHN_1
268268
#define VBAT_ADC_CHANNEL ADC_CHN_2
269-
#if defined(OMNIBUSF4PRO_MPOSD)
269+
#if defined(USE_MPOSD_ON_PA0)
270270
#define RSSI_ADC_CHANNEL ADC_CHN_NONE
271271
#else
272272
#define RSSI_ADC_CHANNEL ADC_CHN_3

0 commit comments

Comments
 (0)