Skip to content

Commit

Permalink
feat(types): added pragma to ensure struct its packed correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejoPm03 committed May 1, 2024
1 parent 7d33b93 commit bad20b7
Show file tree
Hide file tree
Showing 5 changed files with 76 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .semver
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.6
0.1.7
2 changes: 1 addition & 1 deletion can_ids.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// CODE GENERATED USING MAKOTEMPLATES.ORG, DO NOT EDIT.
#define CAN_VERSION "0.1.5"
#define CAN_VERSION "0.1.6"

#include <stdint.h>

Expand Down
2 changes: 1 addition & 1 deletion can_ids.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.5",
"version": "0.1.6",
"modules": [
{
"name": "GENERIC",
Expand Down
Loading

0 comments on commit bad20b7

Please sign in to comment.