InfiniTime.git

ref: 97123d99c940b0cb347454d6741859f62a203d5c

src/BootErrors.h


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
#pragma once

namespace Pinetime {
  namespace System {
    enum class BootErrors {
      None,
      TouchController,
    };
  }
}