Dash7Board Code Upgrade Protocol demonstration code.

Dependencies:   modem_ref_helper CRC

cup_app.h

Committer:
Jeej
Date:
2020-05-28
Revision:
8:6b7d38139b43

File content as of revision 8:6b7d38139b43:

#ifndef __CUP_APP_H__
#define __CUP_APP_H__

uint8_t cup_cfg_bcast_init(void);
uint8_t cup_cfg_bcast_update(uint32_t offset, uint32_t plen);

#endif // __CUP_APP_H__