Skip to content

Commit

Permalink
Remove not needed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
giulcioffi committed Jun 10, 2021
1 parent 9683402 commit e91fbdf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions bootloader/src/bhy_upload.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,6 @@ int fwupdate_bhi260(void)
}

rslt = bhy2_get_boot_status(&boot_status, &bhy2);
DEBUG_PRINTF("Boot status: %02X\r\n", boot_status);
}
else
{
Expand All @@ -364,7 +363,6 @@ int fwupdate_bhi260(void)
close_interfaces();

rslt = bhy2_get_boot_status(&boot_status, &bhy2);
DEBUG_PRINTF("Boot status: %02X\r\n", boot_status);

return rslt;
}
Expand Down
7 changes: 0 additions & 7 deletions bootloader/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -425,13 +425,6 @@ int main()
regret = NRF_POWER->GPREGRET2;
DEBUG_PRINTF("NRF_POWER->GPREGRET2 = %04x\n", regret);


#if defined (CONFIG_GPIO_AS_PINRESET)
DEBUG_PRINTF("CONFIG_GPIO_AS_PINRESET defined\r\n");
#else
DEBUG_PRINTF("CONFIG_GPIO_AS_PINRESET NOT defined\r\n");
#endif

if (boot_rst_n == 0) {

int buttonTaps = selectOperation();
Expand Down

0 comments on commit e91fbdf

Please sign in to comment.