diff options
author | Moritz Fischer <moritz.fischer@ettus.com> | 2016-01-26 17:31:05 +0100 |
---|---|---|
committer | Moritz Fischer <moritz.fischer@ettus.com> | 2016-01-26 18:25:44 +0100 |
commit | 69be2678f7ff97ea844136f40f3be18084357d38 (patch) | |
tree | bbba63184725d0da0ed2f4c6f4ff897aa59082ad | |
parent | bbeacff2b1bc3a17254167a79a26a2a2c82e906c (diff) | |
download | uhd-69be2678f7ff97ea844136f40f3be18084357d38.tar.gz uhd-69be2678f7ff97ea844136f40f3be18084357d38.tar.bz2 uhd-69be2678f7ff97ea844136f40f3be18084357d38.zip |
firmware: e3xx: Bump minor version to 2.2
Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
-rw-r--r-- | firmware/e300/battery/mcu_settings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/e300/battery/mcu_settings.h b/firmware/e300/battery/mcu_settings.h index 1472c183a..75f31518c 100644 --- a/firmware/e300/battery/mcu_settings.h +++ b/firmware/e300/battery/mcu_settings.h @@ -23,6 +23,6 @@ #define F_CPU 8000000UL #define VERSION_MAJ 2 -#define VERSION_MIN 1 +#define VERSION_MIN 2 #endif /* MCU_SETTINGS_H */ |