Skip to content

Commit

Permalink
Fixed enum number
Browse files Browse the repository at this point in the history
Signed-off-by: Ruslan Valovyi <rvalovoi@gmail.com>
  • Loading branch information
rvalovyi committed Jul 6, 2024
1 parent fc60105 commit de51866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/sai.h
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ typedef enum _sai_api_t
SAI_API_ARS_PROFILE = 49, /**<sai_ars_api_profile_t */
SAI_API_TWAMP = 50, /**< sai_twamp_api_t */
SAI_API_POE = 51, /**< sai_poe_api_t */
SAI_API_L2_ECMP_GROUP = 51, /**< sai_l2_ecmp_group_api_t */
SAI_API_L2_ECMP_GROUP = 52, /**< sai_l2_ecmp_group_api_t */
SAI_API_MAX, /**< total number of APIs */

/** Custom range base value */
Expand Down

0 comments on commit de51866

Please sign in to comment.