We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59aed60 commit 0e0da95Copy full SHA for 0e0da95
samples/pmic/native/npm1300_fuel_gauge/src/fuel_gauge.c
@@ -15,7 +15,7 @@
15
#include "nrf_fuel_gauge.h"
16
17
/* nPM1300 CHARGER.BCHGCHARGESTATUS.CONSTANTCURRENT register bitmask */
18
-#define NPM1300_CHG_STATUS_CC_MASK BIT_MASK(3)
+#define NPM1300_CHG_STATUS_CC_MASK BIT(3)
19
20
static float max_charge_current;
21
static float term_charge_current;
0 commit comments