diff options
author | Ryan <fauxpark@gmail.com> | 2020-05-26 12:43:14 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-25 19:43:14 -0700 |
commit | e4823aadec24bca0ecfd1184562d27a49fd20544 (patch) | |
tree | 66699e086fdd4b6c87bf2f83f4fae74c4e8ecded /drivers/avr/i2c_slave.h | |
parent | 5c9906eb4fc569cd08d88dcd85ce9afaa5410ffb (diff) | |
download | qmk_firmware-e4823aadec24bca0ecfd1184562d27a49fd20544.tar.gz qmk_firmware-e4823aadec24bca0ecfd1184562d27a49fd20544.zip |
Fix capitalisation of "GitHub" (#9184)
Diffstat (limited to 'drivers/avr/i2c_slave.h')
-rw-r--r-- | drivers/avr/i2c_slave.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/avr/i2c_slave.h b/drivers/avr/i2c_slave.h index 5ed0b11a8..5d92150e6 100644 --- a/drivers/avr/i2c_slave.h +++ b/drivers/avr/i2c_slave.h | |||
@@ -14,7 +14,7 @@ | |||
14 | * along with this program. If not, see <https://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <https://www.gnu.org/licenses/>. |
15 | */ | 15 | */ |
16 | /* Library made by: g4lvanix | 16 | /* Library made by: g4lvanix |
17 | * Github repository: https://github.com/g4lvanix/I2C-slave-lib | 17 | * GitHub repository: https://github.com/g4lvanix/I2C-slave-lib |
18 | 18 | ||
19 | Info: Inititate the library by giving the required address. | 19 | Info: Inititate the library by giving the required address. |
20 | Read or write to the necessary buffer according to the opperation. | 20 | Read or write to the necessary buffer according to the opperation. |