From 2d8fb96cd11830ed364eef708f6c701520af41d9 Mon Sep 17 00:00:00 2001 From: Michael Ossmann Date: Thu, 16 May 2024 13:35:55 -0400 Subject: [PATCH] Set default hardware revision to Cynthion r1.4 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 150d93a..72d3974 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ BOARD ?= cynthion # These should default to the latest hardware revision but can be set on the command line. BOARD_REVISION_MAJOR ?= 1 -BOARD_REVISION_MINOR ?= 3 +BOARD_REVISION_MINOR ?= 4 VERSION_MAJOR = 1 VERSION_MINOR = 0