From 8bd7498ed9fea9c46fa34705986968416d818029 Mon Sep 17 00:00:00 2001 From: Brent Stapleton Date: Thu, 10 Jan 2019 17:13:17 -0800 Subject: uhd: skip formatting misc arrays, maps, etc. Various data structures are nicely formatted to be human-readable. clang-format makes these structures harder to read, so we can skip formatting these sections. --- host/lib/include/uhdlib/usrp/common/max287x.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'host/lib/include') diff --git a/host/lib/include/uhdlib/usrp/common/max287x.hpp b/host/lib/include/uhdlib/usrp/common/max287x.hpp index 154a967b4..fd92c7ede 100644 --- a/host/lib/include/uhdlib/usrp/common/max287x.hpp +++ b/host/lib/include/uhdlib/usrp/common/max287x.hpp @@ -291,6 +291,7 @@ public: /** * MAX2871 */ +// clang-format off // Table of frequency ranges for each VCO value. // The values were derived from sampling multiple // units over a temperature range of -10 to 40 deg C. @@ -353,6 +354,7 @@ static const vco_map_t max2871_vco_map = (59,uhd::range_t(5952430629.0,6016743964.0)) (60,uhd::range_t(6016743964.0,6090658690.0)) (61,uhd::range_t(6090658690.0,6128133570.0)); +// clang-format on class max2871 : public max287x { -- cgit v1.2.3