Skip to content

Commit

Permalink
Add missing template update.
Browse files Browse the repository at this point in the history
  • Loading branch information
r12f committed Oct 20, 2024
1 parent 08abadb commit 91c1389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dash-pipeline/SAI/templates/saiapi.h.j2
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ typedef enum _sai_{{ table.name }}_attr_t
* @type {{ sai_attr.type }}
{% if sai_attr.isreadonly == 'true' %}
* @flags READ_ONLY
{% else if sai_attr.iscreateonly == 'true' %}
{% else if sai_attr.is_create_only == 'true' %}
* @flags CREATE_ONLY
{% else %}
* @flags CREATE_AND_SET
Expand Down

0 comments on commit 91c1389

Please sign in to comment.