--bootcomplete

This commit is contained in:
Mysteo91
2023-07-03 15:43:57 +03:00
parent 5bb49884de
commit d9d833c586
30 changed files with 35709 additions and 13 deletions

View File

@@ -50,7 +50,7 @@
/** \brief Motorola or Intel style byte ordering. */
#define BOOT_CPU_BYTE_ORDER_MOTOROLA (0)
/** \brief Enable/disable hook function call right before user program start. */
#define BOOT_CPU_USER_PROGRAM_START_HOOK (1)
#define BOOT_CPU_USER_PROGRAM_START_HOOK (0)
/****************************************************************************************