Skip to content

Commit

Permalink
apollo3: Remove extra comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sidprice authored and dragonmux committed Aug 3, 2023
1 parent d2ce4c7 commit 5aca03c
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 5aca03c

Please sign in to comment.