Skip to content

Commit

Permalink
manually sort asn_constant.h to fix codegen ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbusch committed Feb 16, 2024
1 parent 090cc2f commit 5981713
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
extern "C" {
#endif

#define min_val_GenerationDeltaTime (0)
#define max_val_GenerationDeltaTime (65535)
#define min_val_StationID (0)
#define max_val_StationID (4294967295)
#define min_val_Longitude (-1800000000)
Expand Down Expand Up @@ -149,6 +147,8 @@ extern "C" {
#define max_val_SequenceNumber (65535)
#define min_val_ProtectedZoneID (0)
#define max_val_ProtectedZoneID (134217727)
#define min_val_GenerationDeltaTime (0)
#define max_val_GenerationDeltaTime (65535)


#ifdef __cplusplus
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
extern "C" {
#endif

#define defaultValidity (600)
#define min_val_StationID (0)
#define max_val_StationID (4294967295)
#define min_val_Longitude (-1800000000)
Expand Down Expand Up @@ -147,7 +148,6 @@ extern "C" {
#define max_val_SequenceNumber (65535)
#define min_val_ProtectedZoneID (0)
#define max_val_ProtectedZoneID (134217727)
#define defaultValidity (600)


#ifdef __cplusplus
Expand Down

0 comments on commit 5981713

Please sign in to comment.