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