sigfox
Fork of Sigfox by
Revision 7:48396d48ae12, committed 2017-05-30
- Comitter:
- Raffaello
- Date:
- Tue May 30 21:32:57 2017 +0000
- Parent:
- 6:799a482a7024
- Child:
- 8:b10abac6a42e
- Commit message:
- Clean
Changed in this revision
| Sigfox.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/Sigfox.h Mon May 29 19:42:14 2017 +0000
+++ b/Sigfox.h Tue May 30 21:32:57 2017 +0000
@@ -34,12 +34,9 @@
ATParser *_at;
char ID[9];
char PAC[17];
- char tmp[12];
public:
- Sigfox(ATParser &at) : _at(&at) {
-
- };
+ Sigfox(ATParser &at) : _at(&at) {};
bool ready();
