Skip to content

Commit b09d892

Browse files
committed
make more commands valibile so no crash
1 parent 5f042e6 commit b09d892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FprimeZephyrReference/project/config/CommandDispatcherImplCfg.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// Define configuration values for dispatcher
1212

1313
enum {
14-
CMD_DISPATCHER_DISPATCH_TABLE_SIZE = 21, // !< The size of the table holding opcodes to dispatch
14+
CMD_DISPATCHER_DISPATCH_TABLE_SIZE = 50, // !< The size of the table holding opcodes to dispatch
1515
CMD_DISPATCHER_SEQUENCER_TABLE_SIZE = 10, // !< The size of the table holding commands in progress
1616
};
1717

0 commit comments

Comments
 (0)