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: Fota/Fragmentation/FragmentationSession.h
- Revision:
- 67:a9d4d7cdeca1
- Parent:
- 66:baa0f3116f1d
- Child:
- 68:5f787643e7d7
--- a/Fota/Fragmentation/FragmentationSession.h Tue Apr 23 08:51:10 2019 -0500 +++ b/Fota/Fragmentation/FragmentationSession.h Wed May 01 09:18:46 2019 -0500 @@ -7,8 +7,8 @@ #include "mDot.h" #include "WriteFile.h" -#define MAX_PARITY 400 -#define FRAG_OFFSET 3 +#define MAX_PARITY 300 +#define FRAG_OFFSET 3 #define MULTICAST_SESSIONS 3 class FragmentationSession { @@ -63,7 +63,7 @@ void reset(uint16_t num); void upgradeFile(uint8_t fragIndex); bool process_frame(uint8_t fragIndex,uint16_t index, uint8_t buffer[], size_t size); - + mDot* _dot; WriteFile* _fh; fragGroup fg[MULTICAST_SESSIONS];