Skip to content

Commit 984f3c9

Browse files
authored
Fix number of layout entry for global_data_t (#924)
Signed-off-by: volcano0dr <volcano_dr@163.com>
1 parent 387e220 commit 984f3c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/inc/internal/global_data.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
#include "metadata.h"
4545
#include "rts.h"
4646

47-
#define LAYOUT_ENTRY_NUM 42
47+
#define LAYOUT_ENTRY_NUM 43
4848
typedef struct _global_data_t
4949
{
5050
sys_word_t sdk_version;

0 commit comments

Comments
 (0)