diff options
author | QMK Bot <hello@qmk.fm> | 2022-02-06 09:08:13 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-06 09:08:13 -0800 |
commit | b7f415d0472fcb767c92673a2f628bfaf7f77e54 (patch) | |
tree | 7e8a7eab87768c198fd295f5b47cd5abe917866a | |
parent | 0452ad94791c99572c88af3cd5489ef3c0f9970f (diff) | |
download | qmk_firmware-b7f415d0472fcb767c92673a2f628bfaf7f77e54.tar.gz qmk_firmware-b7f415d0472fcb767c92673a2f628bfaf7f77e54.zip |
Format code according to conventions (#16249)
-rw-r--r-- | drivers/gpio/sn74x138.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/sn74x138.h b/drivers/gpio/sn74x138.h index d4d0b6574d..6f1f20e618 100644 --- a/drivers/gpio/sn74x138.h +++ b/drivers/gpio/sn74x138.h @@ -40,7 +40,7 @@ void sn74x138_set_enabled(bool enabled); /** * Set the output pin address. - * + * * The selected output pin will be pulled low, while the remaining output pins will be high. * * \param address The address to set, from 0 to 7. |