From 98df8c23be8836e6329e668dd149668f37c061da Mon Sep 17 00:00:00 2001 From: Martin Ling Date: Tue, 21 Dec 2021 21:41:10 +0000 Subject: [PATCH] Fix a typo. --- firmware/hackrf_usb/sgpio_m0.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/hackrf_usb/sgpio_m0.s b/firmware/hackrf_usb/sgpio_m0.s index dcb147b7..0d1ab215 100644 --- a/firmware/hackrf_usb/sgpio_m0.s +++ b/firmware/hackrf_usb/sgpio_m0.s @@ -173,7 +173,7 @@ loop: scratch .req r1 // Spin until we're ready to handle an SGPIO packet: - // Grab the exchange interrupt staus... + // Grab the exchange interrupt status... ldr int_status, [sgpio_int, #INT_STATUS] // int_status = SGPIO_STATUS_1 // 10, twice // ... check to see if bit #0 (slice A) was set, by shifting it into the carry bit...