summaryrefslogtreecommitdiff
path: root/src/drivers/wm8523.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/wm8523.cpp')
-rw-r--r--src/drivers/wm8523.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/wm8523.cpp b/src/drivers/wm8523.cpp
index dbd4a88e..e1dffd51 100644
--- a/src/drivers/wm8523.cpp
+++ b/src/drivers/wm8523.cpp
@@ -47,5 +47,5 @@ auto WriteRegister(Register reg, uint8_t msb, uint8_t lsb) -> bool {
return transaction.Execute() == ESP_OK;
}
-}
-}
+} // namespace wm8523
+} // namespace drivers