mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-07-26 16:28:06 +08:00
boards: unify comments for voltage deviders
This commit is contained in:
@@ -102,9 +102,7 @@
|
||||
(1 << ADC_RSSI_IN_CHANNEL))
|
||||
|
||||
|
||||
/* Define Battery 1 Voltage Divider and A per V
|
||||
*/
|
||||
|
||||
/* Define Battery Voltage Divider and A per V */
|
||||
#define BOARD_BATTERY1_V_DIV (11.0f) /* measured with the provided PM board */
|
||||
#define BOARD_BATTERY1_A_PER_V (40.0f)
|
||||
#define BOARD_BATTERY2_V_DIV (11.0f) /* measured with the provided PM board */
|
||||
|
||||
@@ -102,9 +102,7 @@
|
||||
(1 << ADC_RSSI_IN_CHANNEL))
|
||||
|
||||
|
||||
/* Define Battery 1 Voltage Divider and A per V
|
||||
*/
|
||||
|
||||
/* Define Battery Voltage Divider and A per V */
|
||||
#define BOARD_BATTERY1_V_DIV (11.0f) /* measured with the provided PM board */
|
||||
#define BOARD_BATTERY1_A_PER_V (40.0f)
|
||||
#define BOARD_BATTERY2_V_DIV (11.0f) /* measured with the provided PM board */
|
||||
|
||||
Reference in New Issue
Block a user