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.
Diff: main.cpp
- Revision:
- 2:3bb4a324ecf7
- Parent:
- 1:93f012c817ba
- Child:
- 3:96e8e5affaad
--- a/main.cpp Fri Apr 03 19:57:22 2020 +0000 +++ b/main.cpp Wed Jun 24 14:54:38 2020 +0000 @@ -78,7 +78,7 @@ void canRead(); /* Fonction receptionnant les messaages CAN dans un Buffer */ -void canTraitement(const CANMessage &msg); +void envoiCAN(const CANMessage &msg); /* Fonction traitant le message CAN reçu et repondant si besoin */ bool initialization(void)