Skip to content

Commit

Permalink
target/nxpke04: add fixme note
Browse files Browse the repository at this point in the history
  • Loading branch information
perigoso authored and rg-silva committed Sep 8, 2023
1 parent b1c9090 commit 0cd19e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/target/nxpke04.c
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ bool ke04_probe(target_s *t)
static bool ke04_mass_erase(target_s *const t, platform_timeout_s *const print_progess)
{
(void)print_progess;
/* FIXME: looks like this might make sense as a flash->mass erase routine */

/* Erase and verify the whole flash */
ke04_command(t, CMD_ERASE_ALL_BLOCKS, 0, NULL);
Expand Down

0 comments on commit 0cd19e0

Please sign in to comment.