From 030898315d708d9a9c92e8649f535bc114eabf27 Mon Sep 17 00:00:00 2001 From: Martin Ling Date: Mon, 20 Dec 2021 14:03:05 +0000 Subject: [PATCH] Remove unused constants. Neither of these constants was used in the code. --- firmware/hackrf_usb/sgpio_m0.s | 2 -- 1 file changed, 2 deletions(-) diff --git a/firmware/hackrf_usb/sgpio_m0.s b/firmware/hackrf_usb/sgpio_m0.s index d06c295e..8d7c76ed 100644 --- a/firmware/hackrf_usb/sgpio_m0.s +++ b/firmware/hackrf_usb/sgpio_m0.s @@ -90,10 +90,8 @@ registers and fixed memory addresses. */ // Constants that point to registers we'll need to modify in the SGPIO block. -.equ SGPIO_REGISTER_BLOCK_BASE, 0x40101000 .equ SGPIO_SHADOW_REGISTERS_BASE, 0x40101100 .equ SGPIO_EXCHANGE_INTERRUPT_BASE, 0x40101F00 -.equ SGPIO_GPIO_INPUT, 0x40101210 // Offsets into the interrupt control registers. .equ INT_CLEAR, 0x30