fix comments

This commit is contained in:
William Clark 2024-01-07 07:57:46 +00:00
parent 5446d28c13
commit ba64cc64ae
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ int main() {
for ( ;; ) {
/* wait until FIFO overrun interrupt is active */
/* wait until FIFO watermark interrupt is active */
if (int_poll(GPIO_INTERRUPT_PIN_INT1)) {
/* error handling */
}

View File

@ -50,7 +50,7 @@ int main() {
for ( ;; ) {
/* wait until FIFO overrun interrupt is active */
/* wait until FIFO watermark interrupt is active */
if (int_poll(GPIO_INTERRUPT_PIN_INT1)) {
/* error handling */
}