Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of Repo_Noeud_Mobile by
Diff: Structures/Structure.h
- Revision:
- 24:1a16e7eabb0c
- Parent:
- 23:5bb76b7c35da
- Child:
- 43:92c9e58b8a3a
--- a/Structures/Structure.h Thu Mar 26 15:40:56 2015 +0000 +++ b/Structures/Structure.h Thu Mar 26 17:08:26 2015 +0000 @@ -43,7 +43,7 @@ typedef struct { GameID game; bool etat; //Debut = 1, fin = 0; -} +} Fixe_Vers_Mobile; typedef struct { GantsID gants; @@ -52,9 +52,13 @@ } Mobile_Vers_Fixe; // Mailbox data. -struct message { +struct message_vers_fixe { Mobile_Vers_Fixe donnees; }; +struct message_vers_mobile { + Fixe_Vers_Mobile donnees; +}; +