From 6d71037aef88efc7a3c0e1533a2a4885981f9d32 Mon Sep 17 00:00:00 2001
From: Eric Kooistra <kooistra@astron.nl>
Date: Tue, 30 Mar 2021 13:28:13 +0200
Subject: [PATCH] Use 52 char strings, instead of 13 word string.

---
 .../libraries/unb2b_board/unb2b_board.peripheral.yaml         | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/boards/uniboard2b/libraries/unb2b_board/unb2b_board.peripheral.yaml b/boards/uniboard2b/libraries/unb2b_board/unb2b_board.peripheral.yaml
index adcdf622ae..0b303259dd 100644
--- a/boards/uniboard2b/libraries/unb2b_board/unb2b_board.peripheral.yaml
+++ b/boards/uniboard2b/libraries/unb2b_board/unb2b_board.peripheral.yaml
@@ -109,7 +109,7 @@ peripherals:
               user_width: 8
               access_mode: RO
               address_offset: 0x8
-              number_of_fields: 13
+              number_of_fields: 52
               radix: char
           - - field_name: stamp_date
               field_description: "FPGA FW compile date string."
@@ -132,7 +132,7 @@ peripherals:
               user_width: 8
               access_mode: RO
               address_offset: 0x50
-              number_of_fields: 13
+              number_of_fields: 52
               radix: char
               
   - peripheral_name: wdi  # pi_wdi.py
-- 
GitLab