isInC40Shift1Set static method

bool isInC40Shift1Set(
  1. int ch
)

Implementation

/* private */ static bool isInC40Shift1Set(int ch) {
  return ch <= 31;
}