diff options
Diffstat (limited to 'src/drivers/display.cpp')
| -rw-r--r-- | src/drivers/display.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/display.cpp b/src/drivers/display.cpp index 8708436f..d59d61bc 100644 --- a/src/drivers/display.cpp +++ b/src/drivers/display.cpp @@ -41,7 +41,7 @@ static const int kDisplayBufferSize = (kDisplayWidth * kDisplayHeight) / 10; DMA_ATTR static lv_color_t sBuffer1[kDisplayBufferSize]; DMA_ATTR static lv_color_t sBuffer2[kDisplayBufferSize]; -namespace gay_ipod { +namespace drivers { // Static functions for interrop with the LVGL display driver API, which // requires a function pointer. @@ -282,4 +282,4 @@ void Display::ServiceTransactions() { } } -} // namespace gay_ipod +} // namespace drivers |
