aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2020-05-26 12:43:14 +1000
committerGitHub <noreply@github.com>2020-05-25 19:43:14 -0700
commite4823aadec24bca0ecfd1184562d27a49fd20544 (patch)
tree66699e086fdd4b6c87bf2f83f4fae74c4e8ecded /drivers
parent5c9906eb4fc569cd08d88dcd85ce9afaa5410ffb (diff)
downloadfirmware-e4823aadec24bca0ecfd1184562d27a49fd20544.tar.gz
firmware-e4823aadec24bca0ecfd1184562d27a49fd20544.tar.bz2
firmware-e4823aadec24bca0ecfd1184562d27a49fd20544.zip
Fix capitalisation of "GitHub" (#9184)
Diffstat (limited to 'drivers')
-rw-r--r--drivers/avr/apa102.c2
-rw-r--r--drivers/avr/i2c_master.c2
-rw-r--r--drivers/avr/i2c_master.h2
-rw-r--r--drivers/avr/i2c_slave.c2
-rw-r--r--drivers/avr/i2c_slave.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/drivers/avr/apa102.c b/drivers/avr/apa102.c
index b174b39b8..740acb573 100644
--- a/drivers/avr/apa102.c
+++ b/drivers/avr/apa102.c
@@ -2,7 +2,7 @@
* APA102 lib V1.0a
*
* Controls APA102 RGB-LEDs
- * Author: Mikkel (Duckle29 on github)
+ * Author: Mikkel (Duckle29 on GitHub)
*
* Dec 22th, 2017 v1.0a Initial Version
*
diff --git a/drivers/avr/i2c_master.c b/drivers/avr/i2c_master.c
index c084d5754..b1e488529 100644
--- a/drivers/avr/i2c_master.c
+++ b/drivers/avr/i2c_master.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-master-lib
+ * GitHub repository: https://github.com/g4lvanix/I2C-master-lib
*/
#include <avr/io.h>
diff --git a/drivers/avr/i2c_master.h b/drivers/avr/i2c_master.h
index 0a3b6c508..4a35867cd 100644
--- a/drivers/avr/i2c_master.h
+++ b/drivers/avr/i2c_master.h
@@ -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-master-lib
+ * GitHub repository: https://github.com/g4lvanix/I2C-master-lib
*/
#ifndef I2C_MASTER_H
diff --git a/drivers/avr/i2c_slave.c b/drivers/avr/i2c_slave.c
index 3fb684f70..62a378165 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>
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 @@
* 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
Info: Inititate the library by giving the required address.
Read or write to the necessary buffer according to the opperation.