diff options
| author | Dan Halbert <halbert@halwitz.org> | 2018-11-14 22:54:23 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-14 22:54:23 -0500 |
| commit | 7e2a3bf52edbf7c94939bdb82da7f6f9e0889268 (patch) | |
| tree | 5cb4691ee8a33163d668e371fac3eac7e9f3d9ed /ports/atmel-samd/supervisor/internal_flash.h | |
| parent | 9be61fec414c721c0632bc9ef87e5d71d51472cd (diff) | |
| parent | b67c53edfaa5792b8cfb38976a9853a1224acc50 (diff) | |
Merge pull request #1338 from tannewt/fix_nrf_internal_flash
Fix nrf internal flash
Diffstat (limited to 'ports/atmel-samd/supervisor/internal_flash.h')
| -rw-r--r-- | ports/atmel-samd/supervisor/internal_flash.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/atmel-samd/supervisor/internal_flash.h b/ports/atmel-samd/supervisor/internal_flash.h index b1074d93f..0939a3454 100644 --- a/ports/atmel-samd/supervisor/internal_flash.h +++ b/ports/atmel-samd/supervisor/internal_flash.h @@ -41,7 +41,6 @@ #endif #define INTERNAL_FLASH_MEM_SEG1_START_ADDR (FLASH_SIZE - TOTAL_INTERNAL_FLASH_SIZE - CIRCUITPY_INTERNAL_NVM_SIZE) -#define INTERNAL_FLASH_PART1_START_BLOCK (0x1) #define INTERNAL_FLASH_PART1_NUM_BLOCKS (TOTAL_INTERNAL_FLASH_SIZE / FILESYSTEM_BLOCK_SIZE) #define INTERNAL_FLASH_SYSTICK_MASK (0x1ff) // 512ms |
