Browse Source

Format code according to conventions (#16249)

pull/16252/head
QMK Bot 2 years ago
committed by GitHub
parent
commit
b7f415d047
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      drivers/gpio/sn74x138.h

+ 1
- 1
drivers/gpio/sn74x138.h View File

@ -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.


Loading…
Cancel
Save