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 APP4 by
Diff: coordinateur.hpp
- Revision:
- 4:aac38b016952
- Parent:
- 3:350f07072089
--- a/coordinateur.hpp	Mon Feb 24 15:40:33 2014 +0000
+++ b/coordinateur.hpp	Mon Feb 24 19:06:11 2014 +0000
@@ -12,7 +12,7 @@
     // Constructeur
     Coordinateur(PinName _tx, PinName _rx);
     
-    void setPanId(string _pan) { pan = _pan); }
+    void setPanId(string _pan) { pan = _pan; }
     
 private:
     Trame trame;
    