summaryrefslogtreecommitdiff
path: root/src/drivers/i2c.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/i2c.cpp')
-rw-r--r--src/drivers/i2c.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/i2c.cpp b/src/drivers/i2c.cpp
index d3bfaa59..d3378df6 100644
--- a/src/drivers/i2c.cpp
+++ b/src/drivers/i2c.cpp
@@ -4,7 +4,7 @@
#include "assert.h"
#include "driver/i2c.h"
-namespace gay_ipod {
+namespace drivers {
static constexpr int kCmdLinkSize = I2C_LINK_RECOMMENDED_SIZE(12);
@@ -48,4 +48,4 @@ I2CTransaction& I2CTransaction::read(uint8_t* dest, i2c_ack_type_t ack) {
return *this;
}
-} // namespace gay_ipod
+} // namespace drivers