From b206ccf638ccd15575df241f9eb5e0625bbc2726 Mon Sep 17 00:00:00 2001 From: Alexey Zholtikov Date: Tue, 18 Jun 2024 18:19:11 +0300 Subject: [PATCH] WIP --- include/zh_bh1750.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/zh_bh1750.h b/include/zh_bh1750.h index 88045fd..1595559 100644 --- a/include/zh_bh1750.h +++ b/include/zh_bh1750.h @@ -16,7 +16,8 @@ .operation_mode = HIGH_RESOLUTION, \ .work_mode = ONE_TIME, \ .i2c_port = 0, \ - .auto_adjust = false} + .auto_adjust = false \ + } #ifdef __cplusplus extern "C"