From 2601d106f52b6a199600b2be96b30c911fadb564 Mon Sep 17 00:00:00 2001 From: Francisco Paisana Date: Tue, 17 Mar 2020 12:28:25 +0000 Subject: [PATCH] fix license string --- lib/include/srslte/common/time_prof.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/include/srslte/common/time_prof.h b/lib/include/srslte/common/time_prof.h index 6eaac7880..05b503657 100644 --- a/lib/include/srslte/common/time_prof.h +++ b/lib/include/srslte/common/time_prof.h @@ -1,5 +1,5 @@ /* - * Copyright 2013-2019 Software Radio Systems Limited + * Copyright 2013-2020 Software Radio Systems Limited * * This file is part of srsLTE. * @@ -130,7 +130,7 @@ struct avg_time_stats { std::string name; double avg_val = 1; long count = 0, max_val = 0, min_val = std::numeric_limits::max(); - long print_period; + long print_period = 0; }; } // namespace srslte