aboutsummaryrefslogtreecommitdiffstats
path: root/manifest.h
blob: 5588535769848a457937e6f89f2daa3ab09c60e2 (plain)
1
2
3
4
5
6
7
struct manifest  {
	const char *type;
	const char *dat_file;
	const char *bin_file;
        const char *dfu_version;
};