mirror of
https://github.com/ghidraninja/game-and-watch-base.git
synced 2025-12-18 13:16:02 +01:00
8 lines
123 B
C
8 lines
123 B
C
#ifndef _FLASH_H_
|
|
#define _FLASH_H_
|
|
|
|
#include "stm32h7xx_hal.h"
|
|
void flash_memory_map(OSPI_HandleTypeDef *hospi1);
|
|
|
|
#endif
|