diff options
Diffstat (limited to 'src/drivers/display-init.cpp')
| -rw-r--r-- | src/drivers/display-init.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/display-init.cpp b/src/drivers/display-init.cpp index e4545339..b958505d 100644 --- a/src/drivers/display-init.cpp +++ b/src/drivers/display-init.cpp @@ -1,6 +1,6 @@ #include "display-init.hpp" -namespace gay_ipod { +namespace drivers { namespace displays { /* Bit to use to signify we should delay after part of an init sequence */ @@ -100,4 +100,4 @@ const InitialisationData kST7735R = { kST7735RCommonFooter}}; } // namespace displays -} // namespace gay_ipod +} // namespace drivers |
