summaryrefslogtreecommitdiff
path: root/src/BootErrors.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/BootErrors.h')
-rw-r--r--src/BootErrors.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/BootErrors.h b/src/BootErrors.h
new file mode 100644
index 00000000..d00418cc
--- /dev/null
+++ b/src/BootErrors.h
@@ -0,0 +1,10 @@
+#pragma once
+
+namespace Pinetime {
+ namespace System {
+ enum class BootErrors {
+ None,
+ TouchController,
+ };
+ }
+}