summaryrefslogtreecommitdiff
path: root/src/BootErrors.h
diff options
context:
space:
mode:
authorKieran Cawthray <kieranc@gmail.com>2021-10-18 21:14:39 (GMT)
committerKieran Cawthray <kieranc@gmail.com>2021-10-18 21:14:39 (GMT)
commitff1fce18d6188d8b23374613f07e281173f228e7 (patch)
tree7d8bcf5448f86f31f092f4f554a8af167c225d7d /src/BootErrors.h
parentc4ab17f58707771256c6fffd8db63d32e2831610 (diff)
parentab7c6e162f82674d176466d361b1f87a0d55cf4a (diff)
Merge remote-tracking branch 'upstream/develop' into pts-settings
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 0000000..d00418c
--- /dev/null
+++ b/src/BootErrors.h
@@ -0,0 +1,10 @@
+#pragma once
+
+namespace Pinetime {
+ namespace System {
+ enum class BootErrors {
+ None,
+ TouchController,
+ };
+ }
+}