Skip to content

Commit

Permalink
Merge pull request #497 from Luos-io/fix/add_pakage
Browse files Browse the repository at this point in the history
Fix the package_table depending on MAX_LOCAL_SERVICE_NUMBER + LOCAL_PHY_NB
  • Loading branch information
nicolas-rabault authored Jan 15, 2025
2 parents 26ab1f8 + 366673b commit 4d20ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/core/src/luos_engine.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* Variables
******************************************************************************/
const revision_t luos_version = {.major = 3, .minor = 0, .build = 0};
package_t package_table[MAX_LOCAL_SERVICE_NUMBER];
package_t package_table[MAX_LOCAL_SERVICE_NUMBER + LOCAL_PHY_NB];
uint16_t package_number = 0;

/*******************************************************************************
Expand Down

0 comments on commit 4d20ba7

Please sign in to comment.