Skip to content

Commit 341210a

Browse files
committed
make: required kernel version 2.2
Since libtock-sync now requires Yield-WaitFor, apps will need to use at least the 2.2 kernel.
1 parent 313bf08 commit 341210a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Configuration.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ KERNEL_HEAP_SIZE ?= 1024
3434

3535
# Set default required kernel version.
3636
KERNEL_MAJOR_VERSION ?= 2
37-
KERNEL_MINOR_VERSION ?= 0
37+
KERNEL_MINOR_VERSION ?= 2
3838

3939
# PACKAGE_NAME is used to identify the application for IPC and for error
4040
# reporting. This can be overwritten per-app to customize the name, otherwise we

0 commit comments

Comments
 (0)