aboutsummaryrefslogtreecommitdiffstats
path: root/host/utils
diff options
context:
space:
mode:
Diffstat (limited to 'host/utils')
-rw-r--r--host/utils/usrp1_eeprom.h2
1 files changed, 2 insertions, 0 deletions
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 */