This is the mail archive of the ecos-devel@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

AW: AW: contributing a failsafe update meachanism for FIS from within ecos applications


...
> Still the size can be checked with
> CYG_ASSERT(sizeof(struct fis_valid_info) <=sizeof(struct 
> fis_image_desc), "size mismatch");

I meant something like:

CYG_ASSERT(sizeof(struct fis_valid_info) <=sizeof(img.name), "size mismatch");

Alex


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]