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.
Dependents: LoRaBaseStation LoRaTerminal
Diff: BasicPacket/BasicPacket.h
- Revision:
- 2:f4f46b04ab8a
- Parent:
- 0:f32c0e562e9a
- Child:
- 5:dcf7271595af
--- a/BasicPacket/BasicPacket.h Wed Jun 29 01:49:03 2016 +0000 +++ b/BasicPacket/BasicPacket.h Thu Jun 30 09:14:54 2016 +0000 @@ -43,6 +43,11 @@ uint8_t getField2(); uint8_t getField3(); uint8_t getCrc(); + +#ifdef _DEBUG +public: + void unit_test(); +#endif }; #endif \ No newline at end of file