Skip to content

Commit 2871345

Browse files
authored
Merge pull request #550 from tock/bump-reqd-kernel-version
make: required kernel version 2.2
2 parents 9567026 + 341210a commit 2871345

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)