From 3abd305aa66ad7d28ee0d3945bc42c7aa78ae543 Mon Sep 17 00:00:00 2001 From: Willem Date: Thu, 9 Jan 2025 03:55:22 +0100 Subject: [PATCH] Made cake space stable for adding datagram of 5 later --- .../main/java/org/x4o/o2o/fc18/FourCornerDotCake.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nx01-x4o-o2o/src/main/java/org/x4o/o2o/fc18/FourCornerDotCake.java b/nx01-x4o-o2o/src/main/java/org/x4o/o2o/fc18/FourCornerDotCake.java index 7cbfe8c..2465637 100644 --- a/nx01-x4o-o2o/src/main/java/org/x4o/o2o/fc18/FourCornerDotCake.java +++ b/nx01-x4o-o2o/src/main/java/org/x4o/o2o/fc18/FourCornerDotCake.java @@ -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),