From e293ceb028d1caecad18acd00153fa6987e5ea21 Mon Sep 17 00:00:00 2001
From: Eric Kooistra <kooistra@astron.nl>
Date: Fri, 5 Mar 2021 20:47:09 +0100
Subject: [PATCH] Removed radix: unsigend, because that is now default.

---
 libraries/io/ppsh/ppsh.peripheral.yaml | 3 ---
 libraries/io/remu/remu.peripheral.yaml | 1 -
 2 files changed, 4 deletions(-)

diff --git a/libraries/io/ppsh/ppsh.peripheral.yaml b/libraries/io/ppsh/ppsh.peripheral.yaml
index eb1772de30..52c7a2d891 100644
--- a/libraries/io/ppsh/ppsh.peripheral.yaml
+++ b/libraries/io/ppsh/ppsh.peripheral.yaml
@@ -31,7 +31,6 @@ peripherals:
               bit_offset: 0
               access_mode: RO
               address_offset: 0x0
-              radix: unsigned
               
           - - field_name: stable
               field_description: "PPS is stable (1) when capture_cnt = expected_cnt for all PPS periods since last time status was read, else PPS is not stable (0)."
@@ -53,7 +52,6 @@ peripherals:
               bit_offset: 0
               access_mode: RW
               address_offset: 0x4
-              radix: unsigned
               
           - - field_name: edge
               field_description: "When 0 then clock PPS in on rising edge of clock, else when 1 use falling edge of clock."
@@ -67,5 +65,4 @@ peripherals:
               address_offset: 0x8
               width: ceil_log2(g_st_clk_freq)
               access_mode: RO
-              radix: unsigned
                   
diff --git a/libraries/io/remu/remu.peripheral.yaml b/libraries/io/remu/remu.peripheral.yaml
index 1a70e7e132..3c332f25cd 100644
--- a/libraries/io/remu/remu.peripheral.yaml
+++ b/libraries/io/remu/remu.peripheral.yaml
@@ -33,7 +33,6 @@ peripherals:
               width: 3
               access_mode: WO
               address_offset: 0x4
-              radix: unsigned 
         
           - - field_name: read_param
               field_description: "read_param"
-- 
GitLab