summaryrefslogtreecommitdiff
path: root/drivers/avr/i2c_slave.c
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2020-05-26 12:43:14 +1000
committerDrashna Jael're <drashna@live.com>2020-08-08 20:27:10 -0700
commit4db676c64d5384b75342b786a82c068145d132db (patch)
tree1802a2ecc56e16a8a07c608ed02bfd45b22090bd /drivers/avr/i2c_slave.c
parenta2cbd53ac971e92e0bc24a201b6781123ea7986c (diff)
Fix capitalisation of "GitHub" (#9184)
Diffstat (limited to 'drivers/avr/i2c_slave.c')
-rw-r--r--drivers/avr/i2c_slave.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/avr/i2c_slave.c b/drivers/avr/i2c_slave.c
index 3fb684f70a..62a378165a 100644
--- a/drivers/avr/i2c_slave.c
+++ b/drivers/avr/i2c_slave.c
@@ -14,7 +14,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
/* Library made by: g4lvanix
- * Github repository: https://github.com/g4lvanix/I2C-slave-lib
+ * GitHub repository: https://github.com/g4lvanix/I2C-slave-lib
*/
#include <avr/io.h>