Skip to content

Commit 54ba574

Browse files
author
Amanda Butler
authored
Fix spelling in target.md
Fix inconsistent spelling.
1 parent 2380e18 commit 54ba574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/porting/target/target.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const PinMap *serial_tx_pinmap()
7676
}
7777
```
7878

79-
Targets that don't use a pinmap, such as ones with peripherals that can connect to any pin, must still define pin maps because testing requires them. For these devices, the pin map does not need to be comprehensive. Instead, it should list a representative sample of pins and peripherals, so they can be tested appropriately.
79+
Targets that don't use a pin map, such as ones with peripherals that can connect to any pin, must still define pin maps because testing requires them. For these devices, the pin map does not need to be comprehensive. Instead, it should list a representative sample of pins and peripherals, so they can be tested appropriately.
8080

8181
## Testing
8282

0 commit comments

Comments
 (0)