summaryrefslogtreecommitdiff
path: root/src/BootErrors.h
diff options
context:
space:
mode:
authorJean-François Milants <jf@codingfield.com>2021-10-10 14:49:10 (GMT)
committerJean-François Milants <jf@codingfield.com>2021-10-10 14:49:10 (GMT)
commit91b2e50252f488b490ce6659293d633b029c34c7 (patch)
treeef9f0325f56fb22f7ce4a79321b61ad5da415a46 /src/BootErrors.h
parent92aeae73dee5bb16f669806621a9b735f2b0ce07 (diff)
parent6d0e68d6260044dcce09ebf879a48e314987f808 (diff)
Merge branch 'Riksu9000-update_touch_driver' into develop
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,
+ };
+ }
+}