Skip to content

Commit 29382c0

Browse files
committed
fix formatting error in reference
1 parent 47b0733 commit 29382c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

REFERENCE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,8 @@ unittest(interrupt_attachment) {
405405
assertEqual(state->interrupt[7].mode, 3);
406406
detachInterrupt(7);
407407
assertFalse(state->interrupt[7].attached);
408-
}```
408+
}
409+
```
409410

410411

411412
### SPI

0 commit comments

Comments
 (0)