From 32077fdd887ec03a1fd00adec58264037c7504dc Mon Sep 17 00:00:00 2001 From: gabu-chan Date: Tue, 13 Oct 2020 03:58:23 +0000 Subject: [PATCH] bump firmware minor version and config version --- common.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common.hpp b/common.hpp index 1428a14..3eb7769 100644 --- a/common.hpp +++ b/common.hpp @@ -33,7 +33,7 @@ typedef int64_t freqHz_t; #define VERSION "git" #define FIRMWARE_MAJOR_VERSION 1 -#define FIRMWARE_MINOR_VERSION 1 +#define FIRMWARE_MINOR_VERSION 2 #define CH_KERNEL_VERSION "None" #define PORT_COMPILER_NAME "gcc" #define PORT_ARCHITECTURE_NAME "arm" @@ -245,7 +245,7 @@ struct uistat_t { bool marker_delta; }; -#define CONFIG_MAGIC 0x8008123a +#define CONFIG_MAGIC 0x8008123b static inline bool is_freq_for_adf4350(freqHz_t freq)