diff options
| author | Jean-François Milants <jf@codingfield.com> | 2021-10-10 14:48:45 (GMT) |
|---|---|---|
| committer | Jean-François Milants <jf@codingfield.com> | 2021-10-10 14:48:45 (GMT) |
| commit | 6d0e68d6260044dcce09ebf879a48e314987f808 (patch) | |
| tree | ef9f0325f56fb22f7ce4a79321b61ad5da415a46 /src/BootErrors.h | |
| parent | 92aeae73dee5bb16f669806621a9b735f2b0ce07 (diff) | |
| parent | f61e88b8425f9edcd38e47027df62dcc56c83adc (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.h | 10 |
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, + }; + } +} |
