Fix a typo.

This commit is contained in:
Martin Ling
2021-12-21 21:41:10 +00:00
parent 42a7c5ede9
commit 98df8c23be

View File

@ -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...