diff options
author | Damien George <damien.p.george@gmail.com> | 2014-05-21 20:14:27 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-05-21 20:14:27 +0100 |
commit | aa7cf6f72f4e8a553f892629bb3338ab8c982d57 (patch) | |
tree | b16167eecc2c5e8e5f84bd710308366a166c55e8 /stm/flash.h | |
parent | 63436ce22ee20f56b0083f846261c0b77af9961b (diff) | |
download | micropython-aa7cf6f72f4e8a553f892629bb3338ab8c982d57.tar.gz micropython-aa7cf6f72f4e8a553f892629bb3338ab8c982d57.zip |
stm: Remove long-obsolete stm/ port.
Diffstat (limited to 'stm/flash.h')
-rw-r--r-- | stm/flash.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/stm/flash.h b/stm/flash.h deleted file mode 100644 index 33d31df7a6..0000000000 --- a/stm/flash.h +++ /dev/null @@ -1,2 +0,0 @@ -uint32_t flash_get_sector_info(uint32_t addr, uint32_t *start_addr, uint32_t *size); -void flash_write(uint32_t flash_dest, const uint32_t *src, uint32_t num_word32); |