/* =============================================================================== Name : main.c Author : Version : Copyright : Copyright (C) Description : main definition =============================================================================== */ void boot_Main(void); int main(void) { #if 1 boot_Main(); #endif /* If we ever reach this point, then there is something very wrong. */ return -1; }