diff --git a/FIRMWARE/src/buttons.c b/FIRMWARE/src/buttons.c index 73e47b9..8308a8a 100644 --- a/FIRMWARE/src/buttons.c +++ b/FIRMWARE/src/buttons.c @@ -1,6 +1,6 @@ /* * Pico Popn Controller Buttons - * WHowe + * WHowe * * A button consists of a switch and an LED */ diff --git a/FIRMWARE/src/buttons.h b/FIRMWARE/src/buttons.h index 74398e2..6d5d116 100644 --- a/FIRMWARE/src/buttons.h +++ b/FIRMWARE/src/buttons.h @@ -1,6 +1,6 @@ /* * Pico Popn Controller Buttons - * WHowe + * WHowe */ #ifndef BUTTONS_H diff --git a/FIRMWARE/src/main.c b/FIRMWARE/src/main.c index 7f4cd87..e255732 100644 --- a/FIRMWARE/src/main.c +++ b/FIRMWARE/src/main.c @@ -1,6 +1,6 @@ /* * Pico Popn Controller Main - * WHowe + * WHowe */ #include diff --git a/FIRMWARE/src/rgb.c b/FIRMWARE/src/rgb.c index 07a9c01..78136b0 100644 --- a/FIRMWARE/src/rgb.c +++ b/FIRMWARE/src/rgb.c @@ -1,6 +1,6 @@ /* * Pico Popn Controller Buttons - * WHowe + * WHowe * * A button consists of a switch and an LED */ diff --git a/FIRMWARE/src/rgb.h b/FIRMWARE/src/rgb.h index 54166cc..fcbd278 100644 --- a/FIRMWARE/src/rgb.h +++ b/FIRMWARE/src/rgb.h @@ -1,6 +1,6 @@ /* * Pico Popn Controller Buttons - * WHowe + * WHowe */ #ifndef RGB_H