mirror of
https://github.com/InfiniTimeOrg/InfiniTime.git
synced 2026-04-04 05:01:01 +02:00
11 lines
132 B
C++
11 lines
132 B
C++
#pragma once
|
|
|
|
namespace Pinetime {
|
|
namespace System {
|
|
enum class BootErrors {
|
|
None,
|
|
TouchController,
|
|
};
|
|
}
|
|
}
|