eeprom_stm32_tests.h 213 B

12345678
  1. // Copyright 2018-2022 Nick Brassel (@tzarc)
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. #include "flash_stm32.h"
  5. #include "eeprom_stm32.h"
  6. #define EEPROM_SIZE (FEE_PAGE_SIZE * FEE_PAGE_COUNT / 2)