From 87dfdc3cf8d9519ec6cbc7a0fbda31700fef56dc Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Mon, 20 Apr 2015 12:48:01 -0700 Subject: Updated Images Package for 3.8.3 --- host/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt index 9358b1156..e2f318056 100644 --- a/host/CMakeLists.txt +++ b/host/CMakeLists.txt @@ -268,8 +268,8 @@ UHD_INSTALL(FILES #{{{IMG_SECTION # This section is written automatically by /images/create_imgs_package.py # Any manual changes in here will be overwritten. -SET(UHD_IMAGES_MD5SUM "8522b02386f5fe0bb51baa3ba0001ef0") -SET(UHD_IMAGES_DOWNLOAD_SRC "uhd-images_003.008.003-rc1.zip") +SET(UHD_IMAGES_MD5SUM "57c06338de0504f296a2431762725683") +SET(UHD_IMAGES_DOWNLOAD_SRC "uhd-images_003.008.003-release.zip") #}}} ######################################################################## -- cgit v1.2.3 From 6eacba0a0e30090963f832ecfeacecfb829757a1 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Mon, 20 Apr 2015 13:36:22 -0700 Subject: uhd: Fixed missing include --- host/lib/usrp/common/max287x.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/host/lib/usrp/common/max287x.hpp b/host/lib/usrp/common/max287x.hpp index aa80600f7..d084dcfbe 100644 --- a/host/lib/usrp/common/max287x.hpp +++ b/host/lib/usrp/common/max287x.hpp @@ -25,6 +25,7 @@ #include #include #include +#include #include #include "max2870_regs.hpp" #include "max2871_regs.hpp" -- cgit v1.2.3