From 871d70684748992e75f4c6f82cca97aa4392af59 Mon Sep 17 00:00:00 2001 From: Joe Kearney Date: Sun, 30 Nov 2025 14:54:22 -0600 Subject: [PATCH] Trimmed whitespace. --- BLE/BLE_Packet_Tracker.h | 1 - BLE/BLE_Packets.c | 2 -- BLE/BLE_Packets.h | 1 - BLE/BLE_Utils.h | 2 +- Colors.h | 1 - Events/Command_Mapping.h | 1 - Events/KEvents.c | 1 - Events/KEvents.h | 1 - Game/Weapons.c | 1 - Game/Weapons.h | 1 - Logging/KLog.c | 1 - Logging/KLog.h | 1 - Menu/GameSettings/PlayerIDMenuItem.c | 2 +- Menu/GameSettings/TeamIDMenuItem.c | 2 +- Menu/HardwareSettings/HardwareMenuItem.c | 2 +- Menu/HardwareSettings/VolumeMenuItem.c | 2 +- Menu/Menu.c | 2 +- NeoPixels/Animation.h | 1 - NeoPixels/Animations/All_Off.c | 1 - NeoPixels/Animations/All_Off.h | 1 - NeoPixels/Animations/BLE_Nearby.c | 1 - NeoPixels/Animations/BLE_Nearby.h | 1 - NeoPixels/Animations/BLE_RSSI.c | 1 - NeoPixels/Animations/BLE_RSSI.h | 1 - NeoPixels/Animations/Countdown.c | 1 - NeoPixels/Animations/Countdown.h | 1 - NeoPixels/Animations/Flamethrower.c | 1 - NeoPixels/Animations/Flamethrower.h | 1 - NeoPixels/Animations/Flashlight.c | 1 - NeoPixels/Animations/Flashlight.h | 1 - NeoPixels/Animations/Health_Report.c | 1 - NeoPixels/Animations/Health_Report.h | 1 - NeoPixels/Animations/Idle_Animation.h | 1 - NeoPixels/Animations/Menu_Animation.c | 1 - NeoPixels/Animations/Menu_Animation.h | 1 - NeoPixels/Animations/Shot_Fired.c | 1 - NeoPixels/Animations/Shot_Fired.h | 1 - NeoPixels/Animations/Tag_Received.c | 1 - NeoPixels/Animations/Tag_Received.h | 1 - NeoPixels/Animations/Tagged_Out.c | 1 - NeoPixels/Animations/Tagged_Out.h | 1 - NeoPixels/Animations/Team_Colors.c | 1 - NeoPixels/Animations/Team_Colors.h | 1 - NeoPixels/Animations/Test_Pattern.c | 1 - NeoPixels/Animations/Test_Pattern.h | 1 - NeoPixels/Animations/Wrapping_Up_Animation.c | 1 - NeoPixels/Animations/Wrapping_Up_Animation.h | 1 - NeoPixels/Displays.h | 1 - NeoPixels/Four_Channel_Helpers.h | 1 - NeoPixels/Gamma.c | 1 - NeoPixels/Gamma.h | 1 - NeoPixels/NeoPixels.c | 1 - NeoPixels/Sine.c | 1 - NeoPixels/Sine.h | 1 - NeoPixels/Single_Channel_Helpers.h | 1 - Protocols/Dynasty.c | 1 - Protocols/Dynasty.h | 1 - Protocols/Laser_X.c | 1 - Protocols/Laser_X.h | 1 - Protocols/Miles_Tag_II.c | 1 - Protocols/Miles_Tag_II.h | 1 - Protocols/NEC.c | 1 - Protocols/NEC.h | 1 - Protocols/Nerf_Laser_Ops_Pro.c | 1 - Protocols/Nerf_Laser_Ops_Pro.h | 1 - Protocols/Nerf_Laser_Strike.c | 1 - Protocols/Nerf_Laser_Strike.h | 1 - Protocols/Nerf_Phoenix_LTX.c | 1 - Protocols/Nerf_Phoenix_LTX.h | 1 - Protocols/Protocols.c | 1 - Protocols/Protocols.h | 1 - Protocols/Squad_Hero.c | 1 - Protocols/Squad_Hero.h | 1 - Protocols/Test.c | 1 - Protocols/Test.h | 1 - States/Starting_Game/State_Starting_Game.c | 2 +- States/State_Machine.c | 1 - SystemK.h | 0 78 files changed, 7 insertions(+), 78 deletions(-) mode change 100755 => 100644 Colors.h mode change 100755 => 100644 Events/Command_Mapping.h mode change 100755 => 100644 Events/KEvents.c mode change 100755 => 100644 Events/KEvents.h mode change 100755 => 100644 Logging/KLog.c mode change 100755 => 100644 Logging/KLog.h mode change 100755 => 100644 Protocols/Dynasty.c mode change 100755 => 100644 Protocols/Dynasty.h mode change 100755 => 100644 Protocols/Laser_X.c mode change 100755 => 100644 Protocols/Laser_X.h mode change 100755 => 100644 Protocols/Miles_Tag_II.c mode change 100755 => 100644 Protocols/Miles_Tag_II.h mode change 100755 => 100644 Protocols/NEC.c mode change 100755 => 100644 Protocols/NEC.h mode change 100755 => 100644 Protocols/Nerf_Laser_Ops_Pro.c mode change 100755 => 100644 Protocols/Nerf_Laser_Ops_Pro.h mode change 100755 => 100644 Protocols/Nerf_Laser_Strike.c mode change 100755 => 100644 Protocols/Nerf_Laser_Strike.h mode change 100755 => 100644 Protocols/Nerf_Phoenix_LTX.c mode change 100755 => 100644 Protocols/Nerf_Phoenix_LTX.h mode change 100755 => 100644 Protocols/Protocols.c mode change 100755 => 100644 Protocols/Protocols.h mode change 100755 => 100644 Protocols/Squad_Hero.c mode change 100755 => 100644 Protocols/Squad_Hero.h mode change 100755 => 100644 Protocols/Test.c mode change 100755 => 100644 Protocols/Test.h mode change 100755 => 100644 SystemK.h diff --git a/BLE/BLE_Packet_Tracker.h b/BLE/BLE_Packet_Tracker.h index 914c752..9059411 100644 --- a/BLE/BLE_Packet_Tracker.h +++ b/BLE/BLE_Packet_Tracker.h @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/BLE/BLE_Packets.c b/BLE/BLE_Packets.c index c44fc62..af332f1 100644 --- a/BLE/BLE_Packets.c +++ b/BLE/BLE_Packets.c @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * @@ -511,4 +510,3 @@ bool BLE_IsBLEPacketForMe(const uint8_t BD_ADDR[6]) return for_me; } - diff --git a/BLE/BLE_Packets.h b/BLE/BLE_Packets.h index d1f3e36..36e439e 100644 --- a/BLE/BLE_Packets.h +++ b/BLE/BLE_Packets.h @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/BLE/BLE_Utils.h b/BLE/BLE_Utils.h index c52efc0..94b4866 100644 --- a/BLE/BLE_Utils.h +++ b/BLE/BLE_Utils.h @@ -22,4 +22,4 @@ extern const uint8_t BLE_BROADCAST_ADDRESS[6]; const char* BLE_ADDR_To_Str(const uint8_t bd_addr[6]); -SystemKResult_T BLE_HandleCommonEvents(KEvent_T *event); \ No newline at end of file +SystemKResult_T BLE_HandleCommonEvents(KEvent_T *event); diff --git a/Colors.h b/Colors.h old mode 100755 new mode 100644 index b821e8a..ea7323d --- a/Colors.h +++ b/Colors.h @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/Events/Command_Mapping.h b/Events/Command_Mapping.h old mode 100755 new mode 100644 index 80c28c8..e87b946 --- a/Events/Command_Mapping.h +++ b/Events/Command_Mapping.h @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/Events/KEvents.c b/Events/KEvents.c old mode 100755 new mode 100644 index 8b1f052..0f9fae6 --- a/Events/KEvents.c +++ b/Events/KEvents.c @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/Events/KEvents.h b/Events/KEvents.h old mode 100755 new mode 100644 index c352576..119d35e --- a/Events/KEvents.h +++ b/Events/KEvents.h @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/Game/Weapons.c b/Game/Weapons.c index 70cc4bb..d254bef 100644 --- a/Game/Weapons.c +++ b/Game/Weapons.c @@ -168,4 +168,3 @@ Weapon_t WeaponsByID[NUMBER_OF_WEAPONS] = .Time_To_Reload_in_ms = 3000 } }; - diff --git a/Game/Weapons.h b/Game/Weapons.h index 303ca44..ed78f73 100644 --- a/Game/Weapons.h +++ b/Game/Weapons.h @@ -79,4 +79,3 @@ __attribute__((always_inline)) inline Weapon_t GetWeaponFromID(WeaponID_t id) } #endif // WEAPON_H - diff --git a/Logging/KLog.c b/Logging/KLog.c old mode 100755 new mode 100644 index 4c63a6b..4e68b3e --- a/Logging/KLog.c +++ b/Logging/KLog.c @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/Logging/KLog.h b/Logging/KLog.h old mode 100755 new mode 100644 index 6629594..afa4330 --- a/Logging/KLog.h +++ b/Logging/KLog.h @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/Menu/GameSettings/PlayerIDMenuItem.c b/Menu/GameSettings/PlayerIDMenuItem.c index fb7bcfe..f3d860a 100644 --- a/Menu/GameSettings/PlayerIDMenuItem.c +++ b/Menu/GameSettings/PlayerIDMenuItem.c @@ -101,4 +101,4 @@ static void OnDecrement() AudioAction_T volume_action = {.ID = AUDIO_PRONOUNCE_NUMBER_0_TO_100, .Play_To_Completion = true, .Data = (void *)&Player_ID}; Perform_Audio_Action(&volume_action); -} \ No newline at end of file +} diff --git a/Menu/GameSettings/TeamIDMenuItem.c b/Menu/GameSettings/TeamIDMenuItem.c index 7d363d2..55068f1 100644 --- a/Menu/GameSettings/TeamIDMenuItem.c +++ b/Menu/GameSettings/TeamIDMenuItem.c @@ -99,4 +99,4 @@ static void OnDecrement() { KLOG_WARN(KLOG_TAG, "Failed to decrement team!"); } -} \ No newline at end of file +} diff --git a/Menu/HardwareSettings/HardwareMenuItem.c b/Menu/HardwareSettings/HardwareMenuItem.c index 1f3204a..8333962 100644 --- a/Menu/HardwareSettings/HardwareMenuItem.c +++ b/Menu/HardwareSettings/HardwareMenuItem.c @@ -101,4 +101,4 @@ static void OnDecrement() { Submenus[SubmenuIndex]->OnFocus(false); } -} \ No newline at end of file +} diff --git a/Menu/HardwareSettings/VolumeMenuItem.c b/Menu/HardwareSettings/VolumeMenuItem.c index 330d4e8..307a384 100644 --- a/Menu/HardwareSettings/VolumeMenuItem.c +++ b/Menu/HardwareSettings/VolumeMenuItem.c @@ -113,4 +113,4 @@ static void OnDecrement() AudioAction_T volume_action = {.ID = AUDIO_PRONOUNCE_NUMBER_0_TO_100, .Play_To_Completion = true, .Data = (void *)&Volume}; Perform_Audio_Action(&volume_action); -} \ No newline at end of file +} diff --git a/Menu/Menu.c b/Menu/Menu.c index 47ecfa0..ec15a34 100644 --- a/Menu/Menu.c +++ b/Menu/Menu.c @@ -104,4 +104,4 @@ static void RootMenuOnDecrement() { Submenus[SubmenuIndex]->OnFocus(false); } -} \ No newline at end of file +} diff --git a/NeoPixels/Animation.h b/NeoPixels/Animation.h index fb8b300..f7f06b9 100644 --- a/NeoPixels/Animation.h +++ b/NeoPixels/Animation.h @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/NeoPixels/Animations/All_Off.c b/NeoPixels/Animations/All_Off.c index ee23d1a..1969b23 100644 --- a/NeoPixels/Animations/All_Off.c +++ b/NeoPixels/Animations/All_Off.c @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/NeoPixels/Animations/All_Off.h b/NeoPixels/Animations/All_Off.h index 2e59d6e..67ee311 100644 --- a/NeoPixels/Animations/All_Off.h +++ b/NeoPixels/Animations/All_Off.h @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/NeoPixels/Animations/BLE_Nearby.c b/NeoPixels/Animations/BLE_Nearby.c index 90a93f3..35e82eb 100644 --- a/NeoPixels/Animations/BLE_Nearby.c +++ b/NeoPixels/Animations/BLE_Nearby.c @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/NeoPixels/Animations/BLE_Nearby.h b/NeoPixels/Animations/BLE_Nearby.h index ddee90b..3344e82 100644 --- a/NeoPixels/Animations/BLE_Nearby.h +++ b/NeoPixels/Animations/BLE_Nearby.h @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/NeoPixels/Animations/BLE_RSSI.c b/NeoPixels/Animations/BLE_RSSI.c index faef9de..a80a71c 100644 --- a/NeoPixels/Animations/BLE_RSSI.c +++ b/NeoPixels/Animations/BLE_RSSI.c @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/NeoPixels/Animations/BLE_RSSI.h b/NeoPixels/Animations/BLE_RSSI.h index 4220285..913bb99 100644 --- a/NeoPixels/Animations/BLE_RSSI.h +++ b/NeoPixels/Animations/BLE_RSSI.h @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/NeoPixels/Animations/Countdown.c b/NeoPixels/Animations/Countdown.c index 20cf434..2763a09 100644 --- a/NeoPixels/Animations/Countdown.c +++ b/NeoPixels/Animations/Countdown.c @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/NeoPixels/Animations/Countdown.h b/NeoPixels/Animations/Countdown.h index d965095..b12bbb1 100644 --- a/NeoPixels/Animations/Countdown.h +++ b/NeoPixels/Animations/Countdown.h @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/NeoPixels/Animations/Flamethrower.c b/NeoPixels/Animations/Flamethrower.c index a154189..00e8ef2 100644 --- a/NeoPixels/Animations/Flamethrower.c +++ b/NeoPixels/Animations/Flamethrower.c @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/NeoPixels/Animations/Flamethrower.h b/NeoPixels/Animations/Flamethrower.h index 04c134f..bc67b47 100644 --- a/NeoPixels/Animations/Flamethrower.h +++ b/NeoPixels/Animations/Flamethrower.h @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/NeoPixels/Animations/Flashlight.c b/NeoPixels/Animations/Flashlight.c index 8deb1c1..025f085 100644 --- a/NeoPixels/Animations/Flashlight.c +++ b/NeoPixels/Animations/Flashlight.c @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/NeoPixels/Animations/Flashlight.h b/NeoPixels/Animations/Flashlight.h index d608f88..0e9651d 100644 --- a/NeoPixels/Animations/Flashlight.h +++ b/NeoPixels/Animations/Flashlight.h @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/NeoPixels/Animations/Health_Report.c b/NeoPixels/Animations/Health_Report.c index 062bf3a..8bd2211 100644 --- a/NeoPixels/Animations/Health_Report.c +++ b/NeoPixels/Animations/Health_Report.c @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/NeoPixels/Animations/Health_Report.h b/NeoPixels/Animations/Health_Report.h index 96a647f..167b285 100644 --- a/NeoPixels/Animations/Health_Report.h +++ b/NeoPixels/Animations/Health_Report.h @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/NeoPixels/Animations/Idle_Animation.h b/NeoPixels/Animations/Idle_Animation.h index cecf242..1713b8f 100644 --- a/NeoPixels/Animations/Idle_Animation.h +++ b/NeoPixels/Animations/Idle_Animation.h @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/NeoPixels/Animations/Menu_Animation.c b/NeoPixels/Animations/Menu_Animation.c index 90a8acd..db1fa41 100644 --- a/NeoPixels/Animations/Menu_Animation.c +++ b/NeoPixels/Animations/Menu_Animation.c @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/NeoPixels/Animations/Menu_Animation.h b/NeoPixels/Animations/Menu_Animation.h index 66ee0e8..5390b1d 100644 --- a/NeoPixels/Animations/Menu_Animation.h +++ b/NeoPixels/Animations/Menu_Animation.h @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/NeoPixels/Animations/Shot_Fired.c b/NeoPixels/Animations/Shot_Fired.c index 484a7c4..6b8d47b 100644 --- a/NeoPixels/Animations/Shot_Fired.c +++ b/NeoPixels/Animations/Shot_Fired.c @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/NeoPixels/Animations/Shot_Fired.h b/NeoPixels/Animations/Shot_Fired.h index c80fd68..6978158 100644 --- a/NeoPixels/Animations/Shot_Fired.h +++ b/NeoPixels/Animations/Shot_Fired.h @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/NeoPixels/Animations/Tag_Received.c b/NeoPixels/Animations/Tag_Received.c index 51e63d8..5ce1d33 100644 --- a/NeoPixels/Animations/Tag_Received.c +++ b/NeoPixels/Animations/Tag_Received.c @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/NeoPixels/Animations/Tag_Received.h b/NeoPixels/Animations/Tag_Received.h index cd3c358..06f1873 100644 --- a/NeoPixels/Animations/Tag_Received.h +++ b/NeoPixels/Animations/Tag_Received.h @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/NeoPixels/Animations/Tagged_Out.c b/NeoPixels/Animations/Tagged_Out.c index d0e92f1..861a41a 100644 --- a/NeoPixels/Animations/Tagged_Out.c +++ b/NeoPixels/Animations/Tagged_Out.c @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/NeoPixels/Animations/Tagged_Out.h b/NeoPixels/Animations/Tagged_Out.h index 614df26..3004ddb 100644 --- a/NeoPixels/Animations/Tagged_Out.h +++ b/NeoPixels/Animations/Tagged_Out.h @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/NeoPixels/Animations/Team_Colors.c b/NeoPixels/Animations/Team_Colors.c index f7e1067..394620e 100644 --- a/NeoPixels/Animations/Team_Colors.c +++ b/NeoPixels/Animations/Team_Colors.c @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/NeoPixels/Animations/Team_Colors.h b/NeoPixels/Animations/Team_Colors.h index 4f56435..436ecce 100644 --- a/NeoPixels/Animations/Team_Colors.h +++ b/NeoPixels/Animations/Team_Colors.h @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/NeoPixels/Animations/Test_Pattern.c b/NeoPixels/Animations/Test_Pattern.c index e341888..8c43bf1 100644 --- a/NeoPixels/Animations/Test_Pattern.c +++ b/NeoPixels/Animations/Test_Pattern.c @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/NeoPixels/Animations/Test_Pattern.h b/NeoPixels/Animations/Test_Pattern.h index d7dcfe5..5f7d68b 100644 --- a/NeoPixels/Animations/Test_Pattern.h +++ b/NeoPixels/Animations/Test_Pattern.h @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/NeoPixels/Animations/Wrapping_Up_Animation.c b/NeoPixels/Animations/Wrapping_Up_Animation.c index 078ecaf..4648d38 100644 --- a/NeoPixels/Animations/Wrapping_Up_Animation.c +++ b/NeoPixels/Animations/Wrapping_Up_Animation.c @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/NeoPixels/Animations/Wrapping_Up_Animation.h b/NeoPixels/Animations/Wrapping_Up_Animation.h index 722726f..796dcaa 100644 --- a/NeoPixels/Animations/Wrapping_Up_Animation.h +++ b/NeoPixels/Animations/Wrapping_Up_Animation.h @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/NeoPixels/Displays.h b/NeoPixels/Displays.h index 8f05806..d4088d7 100644 --- a/NeoPixels/Displays.h +++ b/NeoPixels/Displays.h @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/NeoPixels/Four_Channel_Helpers.h b/NeoPixels/Four_Channel_Helpers.h index 83743c9..dedea28 100644 --- a/NeoPixels/Four_Channel_Helpers.h +++ b/NeoPixels/Four_Channel_Helpers.h @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/NeoPixels/Gamma.c b/NeoPixels/Gamma.c index 5d091f5..219dc90 100644 --- a/NeoPixels/Gamma.c +++ b/NeoPixels/Gamma.c @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/NeoPixels/Gamma.h b/NeoPixels/Gamma.h index f6243a7..7f0c94c 100644 --- a/NeoPixels/Gamma.h +++ b/NeoPixels/Gamma.h @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/NeoPixels/NeoPixels.c b/NeoPixels/NeoPixels.c index a13e64f..b4c1231 100644 --- a/NeoPixels/NeoPixels.c +++ b/NeoPixels/NeoPixels.c @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/NeoPixels/Sine.c b/NeoPixels/Sine.c index a649a6a..9faad93 100644 --- a/NeoPixels/Sine.c +++ b/NeoPixels/Sine.c @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/NeoPixels/Sine.h b/NeoPixels/Sine.h index 2fad7f6..cef73f8 100644 --- a/NeoPixels/Sine.h +++ b/NeoPixels/Sine.h @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/NeoPixels/Single_Channel_Helpers.h b/NeoPixels/Single_Channel_Helpers.h index be8d44f..ca9c3cf 100644 --- a/NeoPixels/Single_Channel_Helpers.h +++ b/NeoPixels/Single_Channel_Helpers.h @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/Protocols/Dynasty.c b/Protocols/Dynasty.c old mode 100755 new mode 100644 index 269fa38..7e31560 --- a/Protocols/Dynasty.c +++ b/Protocols/Dynasty.c @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/Protocols/Dynasty.h b/Protocols/Dynasty.h old mode 100755 new mode 100644 index c2fcfc5..4ba7fdd --- a/Protocols/Dynasty.h +++ b/Protocols/Dynasty.h @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/Protocols/Laser_X.c b/Protocols/Laser_X.c old mode 100755 new mode 100644 index 4ff5087..1633162 --- a/Protocols/Laser_X.c +++ b/Protocols/Laser_X.c @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/Protocols/Laser_X.h b/Protocols/Laser_X.h old mode 100755 new mode 100644 index 57ec76f..1840e5b --- a/Protocols/Laser_X.h +++ b/Protocols/Laser_X.h @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/Protocols/Miles_Tag_II.c b/Protocols/Miles_Tag_II.c old mode 100755 new mode 100644 index 357cbd2..da4c3b9 --- a/Protocols/Miles_Tag_II.c +++ b/Protocols/Miles_Tag_II.c @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/Protocols/Miles_Tag_II.h b/Protocols/Miles_Tag_II.h old mode 100755 new mode 100644 index b2e2a66..ed06c08 --- a/Protocols/Miles_Tag_II.h +++ b/Protocols/Miles_Tag_II.h @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/Protocols/NEC.c b/Protocols/NEC.c old mode 100755 new mode 100644 index 4e10e30..ef81515 --- a/Protocols/NEC.c +++ b/Protocols/NEC.c @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/Protocols/NEC.h b/Protocols/NEC.h old mode 100755 new mode 100644 index b9626c3..5c52ca9 --- a/Protocols/NEC.h +++ b/Protocols/NEC.h @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/Protocols/Nerf_Laser_Ops_Pro.c b/Protocols/Nerf_Laser_Ops_Pro.c old mode 100755 new mode 100644 index d38490b..7b107ef --- a/Protocols/Nerf_Laser_Ops_Pro.c +++ b/Protocols/Nerf_Laser_Ops_Pro.c @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/Protocols/Nerf_Laser_Ops_Pro.h b/Protocols/Nerf_Laser_Ops_Pro.h old mode 100755 new mode 100644 index 77ecbdc..19d4b87 --- a/Protocols/Nerf_Laser_Ops_Pro.h +++ b/Protocols/Nerf_Laser_Ops_Pro.h @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/Protocols/Nerf_Laser_Strike.c b/Protocols/Nerf_Laser_Strike.c old mode 100755 new mode 100644 index 5b4ac93..3bff5b7 --- a/Protocols/Nerf_Laser_Strike.c +++ b/Protocols/Nerf_Laser_Strike.c @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/Protocols/Nerf_Laser_Strike.h b/Protocols/Nerf_Laser_Strike.h old mode 100755 new mode 100644 index 140e9ca..b27de19 --- a/Protocols/Nerf_Laser_Strike.h +++ b/Protocols/Nerf_Laser_Strike.h @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/Protocols/Nerf_Phoenix_LTX.c b/Protocols/Nerf_Phoenix_LTX.c old mode 100755 new mode 100644 index caedb11..bd8a982 --- a/Protocols/Nerf_Phoenix_LTX.c +++ b/Protocols/Nerf_Phoenix_LTX.c @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/Protocols/Nerf_Phoenix_LTX.h b/Protocols/Nerf_Phoenix_LTX.h old mode 100755 new mode 100644 index 3243a10..a2f40b8 --- a/Protocols/Nerf_Phoenix_LTX.h +++ b/Protocols/Nerf_Phoenix_LTX.h @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/Protocols/Protocols.c b/Protocols/Protocols.c old mode 100755 new mode 100644 index 4b0bf60..78bd200 --- a/Protocols/Protocols.c +++ b/Protocols/Protocols.c @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/Protocols/Protocols.h b/Protocols/Protocols.h old mode 100755 new mode 100644 index fef6e40..9f0e205 --- a/Protocols/Protocols.h +++ b/Protocols/Protocols.h @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/Protocols/Squad_Hero.c b/Protocols/Squad_Hero.c old mode 100755 new mode 100644 index 634e076..2aab448 --- a/Protocols/Squad_Hero.c +++ b/Protocols/Squad_Hero.c @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/Protocols/Squad_Hero.h b/Protocols/Squad_Hero.h old mode 100755 new mode 100644 index 5447783..3a5e115 --- a/Protocols/Squad_Hero.h +++ b/Protocols/Squad_Hero.h @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/Protocols/Test.c b/Protocols/Test.c old mode 100755 new mode 100644 index 91518b0..f9c1964 --- a/Protocols/Test.c +++ b/Protocols/Test.c @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/Protocols/Test.h b/Protocols/Test.h old mode 100755 new mode 100644 index d02ded0..ba57bd0 --- a/Protocols/Test.h +++ b/Protocols/Test.h @@ -1,4 +1,3 @@ - /* * This program source code file is part of SystemK, a library in the KTag project. * diff --git a/States/Starting_Game/State_Starting_Game.c b/States/Starting_Game/State_Starting_Game.c index 8f75a90..e6159b9 100644 --- a/States/Starting_Game/State_Starting_Game.c +++ b/States/Starting_Game/State_Starting_Game.c @@ -36,4 +36,4 @@ void Starting_Game_Entry(StateMachineContext_T * context) void Starting_Game_Exit(StateMachineContext_T * context) { -} \ No newline at end of file +} diff --git a/States/State_Machine.c b/States/State_Machine.c index 7bb4151..3b4ad32 100644 --- a/States/State_Machine.c +++ b/States/State_Machine.c @@ -194,4 +194,3 @@ void HandleBLEEventPacket(const BLE_EventPacket_T *const packet, StateMachineCon BLE_FreePacketBuffer((BLE_GenericPacketType_T *)packet); } - diff --git a/SystemK.h b/SystemK.h old mode 100755 new mode 100644