From 675d52c9a5bd32c18e5c7f1588965d2238add9c2 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Mon, 7 Nov 2022 12:20:20 +1100 Subject: use a less fun but more descriptive namespace --- src/drivers/display-init.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/drivers/display-init.cpp') 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 -- cgit v1.2.3