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.
Dependencies: mbed WDT MODSERIAL BME280
Diff: SPS/SPS.h
- Revision:
- 21:325cb82f1838
- Parent:
- 19:5d25cffef662
- Child:
- 24:099df3fa2b13
diff -r 73fa202c73db -r 325cb82f1838 SPS/SPS.h
--- a/SPS/SPS.h Wed May 10 14:33:20 2017 +0000
+++ b/SPS/SPS.h Thu May 11 13:42:32 2017 +0000
@@ -70,7 +70,7 @@
string currentErrString;
string headerString;
bool errStatus;
- int crc_tab16_init;
+ int crc_tab16_init;
unsigned short crc_tab16[256];
};