Skip to content

Commit

Permalink
Fix the package_table depending on MAX_LOCAL_SERVICE_NUMBER + LOCAL_P…
Browse files Browse the repository at this point in the history
…HY_NB
  • Loading branch information
nicolas-rabault committed Jan 15, 2025
1 parent 26ab1f8 commit 366673b
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 366673b

Please sign in to comment.