Skip to content

Commit b47fe6a

Browse files
committed
refactor: fix styling issues
1 parent 0c39709 commit b47fe6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.vscode/c_cpp_properties.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
}
1515
],
1616
"version": 4
17-
}
17+
}

app/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ endif()
7676

7777
if (CONFIG_ZMK_BLE)
7878
if (CONFIG_ZMK_SPLIT_ROLE_CENTRAL)
79-
target_sources(app PRIVATE src/battery_split.c)
79+
target_sources(app PRIVATE src/battery_split.c)
8080
else()
8181
target_sources(app PRIVATE src/battery.c)
8282
endif()

0 commit comments

Comments
 (0)