Skip to content

Commit

Permalink
Revert "Fix name of EVB3 since it doesn't exist"
Browse files Browse the repository at this point in the history
This reverts commit 8529c87.
  • Loading branch information
steezeman committed Mar 23, 2023
1 parent 8529c87 commit 952d452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data_sets.h
Original file line number Diff line number Diff line change
Expand Up @@ -2299,7 +2299,7 @@ enum ePlatformConfig
PLATFORM_CFG_TYPE_RUG3_G1 = (int)9, // "
PLATFORM_CFG_TYPE_RUG3_G2 = (int)10, // "
PLATFORM_CFG_TYPE_EVB2_G2 = (int)11,
PLATFORM_CFG_TYPE_RESERVED1 = (int)12,
PLATFORM_CFG_TYPE_EVB3 = (int)12,
PLATFORM_CFG_TYPE_IG1_0_G2 = (int)13, // PCB IG-1.0. GPS1 timepulse on G8
PLATFORM_CFG_TYPE_IG1_G1 = (int)14, // PCB IG-1.1 and later. GPS1 timepulse on GPS1_PPS TIMESYNC (pin 20)
PLATFORM_CFG_TYPE_IG1_G2 = (int)15,
Expand Down

0 comments on commit 952d452

Please sign in to comment.