Fixed AMD naming after china zero took over place one

This commit is contained in:
Willem Cazander 2025-01-07 01:35:44 +01:00
parent 309f292aa4
commit a367e69c4f

View file

@ -33,18 +33,18 @@ import org.x4o.o2o.fc18.FourCornerX18CakePoints;
* @version 1.0 Dec 31, 2024
*/
public enum FCDotAMD0110DashDA implements FourCornerX18CakePoints {
/// Shorthand for zero
T001_NXX_001,
/// Shorthand for one
T009_NXX_001,
T009_NXX_002,
T009_NXX_003,
T009_NXX_004,
T009_NXX_005,
T009_NXX_006,
T009_NXX_007,
T009_NXX_008,
T009_NXX_009,
/// End-user defined rendering for zero
T010_NXX_001,
/// End-user defined rendering for one
T010_NXX_002,
T010_NXX_003,
T010_NXX_004,
T010_NXX_005,
T010_NXX_006,
T010_NXX_007,
T010_NXX_008,
T010_NXX_009,
T010_NXX_010,
;
@Override