InfiniTime.git

ref: 08fa6bd4e4a3561b699150327b6c1c8fc0624a42

src/BootErrors.h


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

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