Set a larger default bytecode size since the example on the Contiki-NG wiki requires this.

This commit is contained in:
Nicolas Tsiftes 2018-08-20 15:43:27 +02:00
parent 196accb9b7
commit 7860ca5da0
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@
/* The maximum size of the LVM bytecode compiled from a
single database query. */
#ifndef DB_VM_BYTECODE_SIZE
#define DB_VM_BYTECODE_SIZE 128
#define DB_VM_BYTECODE_SIZE 256
#endif /* DB_VM_BYTECODE_SIZE */
/*----------------------------------------------------------------------------*/