Skip to content

Commit

Permalink
prepared next stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
df8oe committed Jun 26, 2017
1 parent 4e5c2a8 commit ba11344
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions mchf-eclipse/src/bootloader/bootloader_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -260,12 +260,14 @@ int bootloader_main()
{
/* initialization */
BSP_Init();

// *(uint32_t*)(SRAM2_BASE+5) = 0x29; // signature for DF8OE development features
// *(uint32_t*)(SRAM2_BASE+10) = 0x29; // signature for special beta-testing features

#if 0
mcHF_PowerHoldOff();


// *(uint32_t*)(SRAM2_BASE+5) = 0x29; // signature for DF8OE development features
// *(uint32_t*)(SRAM2_BASE+10) = 0x29; // signature for special beta-testing features
if( *(uint32_t*)(SRAM2_BASE) != 0x55) // no reboot requested?
{
// we wait for a longer time
Expand Down

0 comments on commit ba11344

Please sign in to comment.