Skip to content

Commit e40fed8

Browse files
Update hardware_overview.md
Clean up - Remove indentation
1 parent c8be4ae commit e40fed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/hardware_overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1190,7 +1190,7 @@ Some of the RA6M5's peripheral capabilities may be inaccessible to users with th
11901190

11911191
!!! arduino
11921192
In the Arduino IDE, interrupt requests are configured using the [`#!cpp attachInterrupt(digitalPinToInterrupt(pin), ISR, mode)` function](https://www.arduino.cc/reference/en/language/functions/external-interrupts/attachinterrupt/), where:
1193-
1193+
11941194
- `pin` - The GPIO pin
11951195
- `ISR` - The interrupt service routine to call/execute when the interrupt occurs
11961196
- `mode` - Defines how the interrupt should be triggered:

0 commit comments

Comments
 (0)