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/utils/usrp1_eeprom.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'host/utils/usrp1_eeprom.h') diff --git a/host/utils/usrp1_eeprom.h b/host/utils/usrp1_eeprom.h index d544073b0..54863bb3d 100644 --- a/host/utils/usrp1_eeprom.h +++ b/host/utils/usrp1_eeprom.h @@ -1,3 +1,4 @@ +/* clang-format off */ unsigned const char usrp1_eeprom_bin[] = { 0xc2, 0xfe, 0xff, 0x02, 0x00, 0x04, 0x00, 0x00, 0x00, 0x7b, 0x00, 0x00, 0x02, 0x00, 0x6b, 0x12, 0x00, 0x08, 0x80, 0xfe, 0x75, 0x80, 0x38, 0x75, @@ -13,3 +14,4 @@ unsigned const char usrp1_eeprom_bin[] = { 0x02, 0x00, 0x03, 0x80, 0x01, 0xe6, 0x00, 0x00 }; unsigned int usrp1_eeprom_bin_len = 140; +/* clang-format on */ -- cgit v1.2.3