1
0

add mac_sender structure

This commit is contained in:
2024-04-15 16:26:40 +02:00
parent 99394684ee
commit 0837a84a62
7 changed files with 2168 additions and 5 deletions

2
main.h
View File

@@ -73,7 +73,7 @@ struct TOKENINTERFACE
uint32_t debugAddress; ///< current debug address
bool_t debugMsgToSend; ///< did debug have to send a message
uint32_t destinationAddress; ///< current destination address
uint8_t station_list[15]; ///< 0 to 15
uint8_t station_list[15]; ///< 0 to 14
};
extern struct TOKENINTERFACE gTokenInterface;