Navigation Menu

Skip to content

Commit

Permalink
kinetis: Fix typo in periph_cpu.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Joakim Nohlgård committed Jun 21, 2017
1 parent 2a46cd6 commit ca1e329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpu/kinetis_common/include/periph_cpu.h
Expand Up @@ -59,7 +59,7 @@ typedef uint16_t gpio_t;
*
* We use the following bits to encode the pin mode:
* - bit 0: 0 for pull-down or 1 for pull-up
* - bit 1: pull register enable (as configured in bit 0)
* - bit 1: pull resistor enable (as configured in bit 0)
* - bit 5: OD enable
* - bit 7: output or input mode
*/
Expand Down

0 comments on commit ca1e329

Please sign in to comment.