mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-07-18 12:04:03 -04:00
Gui and Eink services refactor. Displaying frames performance optimization. Critical resources management.
10 lines
251 B
C++
10 lines
251 B
C++
// Copyright (c) 2017-2020, Mudita Sp. z.o.o. All rights reserved.
|
|
// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md
|
|
|
|
#pragma once
|
|
|
|
namespace service::name
|
|
{
|
|
constexpr inline auto gui = "ServiceGUI";
|
|
} // namespace service::name
|