Skip to content

Commit 4d20ba7

Browse files
Merge pull request #497 from Luos-io/fix/add_pakage
Fix the package_table depending on MAX_LOCAL_SERVICE_NUMBER + LOCAL_PHY_NB
2 parents 26ab1f8 + 366673b commit 4d20ba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/core/src/luos_engine.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* Variables
2020
******************************************************************************/
2121
const revision_t luos_version = {.major = 3, .minor = 0, .build = 0};
22-
package_t package_table[MAX_LOCAL_SERVICE_NUMBER];
22+
package_t package_table[MAX_LOCAL_SERVICE_NUMBER + LOCAL_PHY_NB];
2323
uint16_t package_number = 0;
2424

2525
/*******************************************************************************

0 commit comments

Comments
 (0)