fix typo in NC
layout description (#7622)
This commit is contained in:
parent
84a07889f0
commit
6e95c96443
@ -95,7 +95,7 @@ enum Layout : uint8_t {
|
|||||||
|
|
||||||
// 2D
|
// 2D
|
||||||
HW = 192, //!< HW 2D layout
|
HW = 192, //!< HW 2D layout
|
||||||
NC = 193, //!< HC 2D layout
|
NC = 193, //!< NC 2D layout
|
||||||
CN = 194, //!< CN 2D layout
|
CN = 194, //!< CN 2D layout
|
||||||
|
|
||||||
BLOCKED = 200, //!< A blocked layout
|
BLOCKED = 200, //!< A blocked layout
|
||||||
|
Loading…
Reference in New Issue
Block a user