fix "checks / lint (pull_request) Failing"

This commit is contained in:
beta-tester
2022-01-13 07:46:47 +01:00
committed by GitHub
parent fcd6218fc4
commit a54da0806c
+2 -2
View File
@@ -38,8 +38,8 @@
// Default MTreg value
#define BH1750_DEFAULT_MTREG 69
#define BH1750_MTREG_MIN (31)
#define BH1750_MTREG_MAX (254)
#define BH1750_MTREG_MIN 31
#define BH1750_MTREG_MAX 254
class BH1750 {