BLE Spam fix parameter byte endianness

This commit is contained in:
Willy-JL
2023-10-19 19:38:41 +01:00
parent 72c1916a4c
commit 0c3800340d
4 changed files with 46 additions and 44 deletions

View File

@@ -20,6 +20,7 @@ typedef struct Attack Attack;
typedef struct {
Attack* attack;
uint8_t byte_store[3];
ViewDispatcher* view_dispatcher;
SceneManager* scene_manager;