Trimmed whitespace.
This commit is contained in:
parent
852dd684ad
commit
871d706847
78 changed files with 7 additions and 78 deletions
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* 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;
|
return for_me;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -22,4 +22,4 @@
|
||||||
extern const uint8_t BLE_BROADCAST_ADDRESS[6];
|
extern const uint8_t BLE_BROADCAST_ADDRESS[6];
|
||||||
|
|
||||||
const char* BLE_ADDR_To_Str(const uint8_t bd_addr[6]);
|
const char* BLE_ADDR_To_Str(const uint8_t bd_addr[6]);
|
||||||
SystemKResult_T BLE_HandleCommonEvents(KEvent_T *event);
|
SystemKResult_T BLE_HandleCommonEvents(KEvent_T *event);
|
||||||
|
|
|
||||||
1
Colors.h
Executable file → Normal file
1
Colors.h
Executable file → Normal file
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
1
Events/Command_Mapping.h
Executable file → Normal file
1
Events/Command_Mapping.h
Executable file → Normal file
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
1
Events/KEvents.c
Executable file → Normal file
1
Events/KEvents.c
Executable file → Normal file
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
1
Events/KEvents.h
Executable file → Normal file
1
Events/KEvents.h
Executable file → Normal file
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -168,4 +168,3 @@ Weapon_t WeaponsByID[NUMBER_OF_WEAPONS] =
|
||||||
.Time_To_Reload_in_ms = 3000
|
.Time_To_Reload_in_ms = 3000
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -79,4 +79,3 @@ __attribute__((always_inline)) inline Weapon_t GetWeaponFromID(WeaponID_t id)
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // WEAPON_H
|
#endif // WEAPON_H
|
||||||
|
|
||||||
|
|
|
||||||
1
Logging/KLog.c
Executable file → Normal file
1
Logging/KLog.c
Executable file → Normal file
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
1
Logging/KLog.h
Executable file → Normal file
1
Logging/KLog.h
Executable file → Normal file
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -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};
|
AudioAction_T volume_action = {.ID = AUDIO_PRONOUNCE_NUMBER_0_TO_100, .Play_To_Completion = true, .Data = (void *)&Player_ID};
|
||||||
Perform_Audio_Action(&volume_action);
|
Perform_Audio_Action(&volume_action);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -99,4 +99,4 @@ static void OnDecrement()
|
||||||
{
|
{
|
||||||
KLOG_WARN(KLOG_TAG, "Failed to decrement team!");
|
KLOG_WARN(KLOG_TAG, "Failed to decrement team!");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -101,4 +101,4 @@ static void OnDecrement()
|
||||||
{
|
{
|
||||||
Submenus[SubmenuIndex]->OnFocus(false);
|
Submenus[SubmenuIndex]->OnFocus(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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};
|
AudioAction_T volume_action = {.ID = AUDIO_PRONOUNCE_NUMBER_0_TO_100, .Play_To_Completion = true, .Data = (void *)&Volume};
|
||||||
Perform_Audio_Action(&volume_action);
|
Perform_Audio_Action(&volume_action);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -104,4 +104,4 @@ static void RootMenuOnDecrement()
|
||||||
{
|
{
|
||||||
Submenus[SubmenuIndex]->OnFocus(false);
|
Submenus[SubmenuIndex]->OnFocus(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
1
Protocols/Dynasty.c
Executable file → Normal file
1
Protocols/Dynasty.c
Executable file → Normal file
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
1
Protocols/Dynasty.h
Executable file → Normal file
1
Protocols/Dynasty.h
Executable file → Normal file
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
1
Protocols/Laser_X.c
Executable file → Normal file
1
Protocols/Laser_X.c
Executable file → Normal file
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
1
Protocols/Laser_X.h
Executable file → Normal file
1
Protocols/Laser_X.h
Executable file → Normal file
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
1
Protocols/Miles_Tag_II.c
Executable file → Normal file
1
Protocols/Miles_Tag_II.c
Executable file → Normal file
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
1
Protocols/Miles_Tag_II.h
Executable file → Normal file
1
Protocols/Miles_Tag_II.h
Executable file → Normal file
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
1
Protocols/NEC.c
Executable file → Normal file
1
Protocols/NEC.c
Executable file → Normal file
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
1
Protocols/NEC.h
Executable file → Normal file
1
Protocols/NEC.h
Executable file → Normal file
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
1
Protocols/Nerf_Laser_Ops_Pro.c
Executable file → Normal file
1
Protocols/Nerf_Laser_Ops_Pro.c
Executable file → Normal file
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
1
Protocols/Nerf_Laser_Ops_Pro.h
Executable file → Normal file
1
Protocols/Nerf_Laser_Ops_Pro.h
Executable file → Normal file
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
1
Protocols/Nerf_Laser_Strike.c
Executable file → Normal file
1
Protocols/Nerf_Laser_Strike.c
Executable file → Normal file
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
1
Protocols/Nerf_Laser_Strike.h
Executable file → Normal file
1
Protocols/Nerf_Laser_Strike.h
Executable file → Normal file
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
1
Protocols/Nerf_Phoenix_LTX.c
Executable file → Normal file
1
Protocols/Nerf_Phoenix_LTX.c
Executable file → Normal file
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
1
Protocols/Nerf_Phoenix_LTX.h
Executable file → Normal file
1
Protocols/Nerf_Phoenix_LTX.h
Executable file → Normal file
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
1
Protocols/Protocols.c
Executable file → Normal file
1
Protocols/Protocols.c
Executable file → Normal file
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
1
Protocols/Protocols.h
Executable file → Normal file
1
Protocols/Protocols.h
Executable file → Normal file
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
1
Protocols/Squad_Hero.c
Executable file → Normal file
1
Protocols/Squad_Hero.c
Executable file → Normal file
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
1
Protocols/Squad_Hero.h
Executable file → Normal file
1
Protocols/Squad_Hero.h
Executable file → Normal file
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
1
Protocols/Test.c
Executable file → Normal file
1
Protocols/Test.c
Executable file → Normal file
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
1
Protocols/Test.h
Executable file → Normal file
1
Protocols/Test.h
Executable file → Normal file
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of SystemK, a library in the KTag project.
|
* This program source code file is part of SystemK, a library in the KTag project.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -36,4 +36,4 @@ void Starting_Game_Entry(StateMachineContext_T * context)
|
||||||
|
|
||||||
void Starting_Game_Exit(StateMachineContext_T * context)
|
void Starting_Game_Exit(StateMachineContext_T * context)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -194,4 +194,3 @@ void HandleBLEEventPacket(const BLE_EventPacket_T *const packet, StateMachineCon
|
||||||
|
|
||||||
BLE_FreePacketBuffer((BLE_GenericPacketType_T *)packet);
|
BLE_FreePacketBuffer((BLE_GenericPacketType_T *)packet);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
0
SystemK.h
Executable file → Normal file
0
SystemK.h
Executable file → Normal file
Loading…
Add table
Add a link
Reference in a new issue