summaryrefslogtreecommitdiff
path: root/src/BootErrors.h
diff options
context:
space:
mode:
authorJean-François Milants <jf@codingfield.com>2021-10-10 14:48:45 (GMT)
committerJean-François Milants <jf@codingfield.com>2021-10-10 14:48:45 (GMT)
commit6d0e68d6260044dcce09ebf879a48e314987f808 (patch)
treeef9f0325f56fb22f7ce4a79321b61ad5da415a46 /src/BootErrors.h
parent92aeae73dee5bb16f669806621a9b735f2b0ce07 (diff)
parentf61e88b8425f9edcd38e47027df62dcc56c83adc (diff)
Merge branch 'update_touch_driver' of git://github.com/Riksu9000/InfiniTime into Riksu9000-update_touch_driver
# Conflicts: # src/displayapp/Apps.h
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,
+ };
+ }
+}