summaryrefslogtreecommitdiff
path: root/ports/stm32/flash.h
diff options
context:
space:
mode:
Diffstat (limited to 'ports/stm32/flash.h')
-rw-r--r--ports/stm32/flash.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ports/stm32/flash.h b/ports/stm32/flash.h
index 688e70a3c..d69f6e27f 100644
--- a/ports/stm32/flash.h
+++ b/ports/stm32/flash.h
@@ -23,11 +23,11 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
-#ifndef MICROPY_INCLUDED_STMHAL_FLASH_H
-#define MICROPY_INCLUDED_STMHAL_FLASH_H
+#ifndef MICROPY_INCLUDED_STM32_FLASH_H
+#define MICROPY_INCLUDED_STM32_FLASH_H
uint32_t flash_get_sector_info(uint32_t addr, uint32_t *start_addr, uint32_t *size);
void flash_erase(uint32_t flash_dest, const uint32_t *src, uint32_t num_word32);
void flash_write(uint32_t flash_dest, const uint32_t *src, uint32_t num_word32);
-#endif // MICROPY_INCLUDED_STMHAL_FLASH_H
+#endif // MICROPY_INCLUDED_STM32_FLASH_H