fix comments
This commit is contained in:
parent
5446d28c13
commit
ba64cc64ae
@ -50,7 +50,7 @@ int main() {
|
|||||||
|
|
||||||
for ( ;; ) {
|
for ( ;; ) {
|
||||||
|
|
||||||
/* wait until FIFO overrun interrupt is active */
|
/* wait until FIFO watermark interrupt is active */
|
||||||
if (int_poll(GPIO_INTERRUPT_PIN_INT1)) {
|
if (int_poll(GPIO_INTERRUPT_PIN_INT1)) {
|
||||||
/* error handling */
|
/* error handling */
|
||||||
}
|
}
|
||||||
|
@ -50,7 +50,7 @@ int main() {
|
|||||||
|
|
||||||
for ( ;; ) {
|
for ( ;; ) {
|
||||||
|
|
||||||
/* wait until FIFO overrun interrupt is active */
|
/* wait until FIFO watermark interrupt is active */
|
||||||
if (int_poll(GPIO_INTERRUPT_PIN_INT1)) {
|
if (int_poll(GPIO_INTERRUPT_PIN_INT1)) {
|
||||||
/* error handling */
|
/* error handling */
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user