Made cake space stable for adding datagram of 5 later
This commit is contained in:
parent
b4d80555fa
commit
3abd305aa6
|
@ -112,14 +112,14 @@ public enum FourCornerDotCake {
|
|||
/// Reserved for future data grams use
|
||||
__RESERVED_DATAGRAMS(1280, 1445-1280),
|
||||
|
||||
/// Application Methodoums Decimals, normal decimal numbers 0-9
|
||||
FC_AMD0110_SA(1445, 10),
|
||||
/// Direct Nuclear Air strike for quadratonic values
|
||||
FC_DNA0104_S4(1455, 4),
|
||||
FC_DNA0104_S4(1445, 4),
|
||||
/// Natural X-state Phasing for tri-state or high impedance (Hi-Z) signals
|
||||
FC_NXP0103_S3(1459, 3),
|
||||
FC_NXP0103_S3(1449, 3),
|
||||
/// Binary Model Word encoding for bit 0 and bit 1 notation
|
||||
FC_BMW0102_S2(1462, 2),
|
||||
FC_BMW0102_S2(1452, 2),
|
||||
/// Application Methodoums Decimals, normal decimal numbers 0-9
|
||||
FC_AMD0110_SA(1454, 10),
|
||||
|
||||
/// Octal Character Encoding in Hinari 3 bit
|
||||
FC_OCE0801_H3(1464, 8),
|
||||
|
|
Loading…
Reference in a new issue