Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yconst committed Feb 25, 2024
1 parent c56dbde commit 41a4a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avlos/templates/fw_endpoints.h.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include {{ include | as_include }}
{%- endfor %}

staic const uint32_t avlos_proto_hash = {{ instance.hash_uint32 }};
static const uint32_t avlos_proto_hash = {{ instance.hash_uint32 }};
extern uint8_t (*avlos_endpoints[{{ instance | endpoints | length }}])(uint8_t * buffer, uint8_t * buffer_len, Avlos_Command cmd);
extern uint32_t _avlos_get_proto_hash(void);

Expand Down

0 comments on commit 41a4a5a

Please sign in to comment.