InfiniTime.git

ref: 06171dad3836e0d4199100d71b82f9f89dad40be

src/BootErrors.h


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

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