Skip to content

Commit

Permalink
apollo3: Remove extra comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sidprice committed Aug 2, 2023
1 parent 2009e98 commit e14d313
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/target/apollo3.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@
static bool apollo_3_flash_erase(target_flash_s *flash, target_addr_t addr, size_t len);
static bool apollo_3_flash_write(target_flash_s *flash, target_addr_t dest, const void *src, size_t len);

/*
Read this value from the device during probing (PARTNUM Register)
*/
static size_t flash_size;

#define FLASH_BASE_ADDRESS 0x00000000U
#define FLASH_SIZE 0x00100000
#define FLASH_BLOCK_SIZE 0x2000U
Expand Down

0 comments on commit e14d313

Please sign in to comment.