pull/640/head
Jesse Vincent 5 years ago
parent d38b4a13e1
commit 68d8d06f3c

@ -38,7 +38,7 @@ class MatrixAddr {
static constexpr uint8_t invalid_state = 255;
static_assert(rows * cols < 255,
"The number of rows and columns provided to instanciate \n"
"The number of rows and columns provided to instantiate \n"
"MatrixAddr<rows, cols> exceeds the supported total number \n"
"of 255 keys");

Loading…
Cancel
Save