00001 /* ================================================================================ *//* ================================================================================= */ 00028 00029 #include "roboot.h" 00030 #include "roboot_if_bootl.h" 00031 00032 int main(void) 00033 { 00034 do { 00035 HWInit(); 00036 } while (TriggerIsPresent() && FeedImageProcessor()); 00037 00038 CallApplication(); 00039 00040 return 0; 00041 00042 } /* main */