summaryrefslogtreecommitdiff
path: root/platforms/test/eeprom_stm32_tests.h
blob: 35ed885e52ffde213de1077d4ad0c77914fa061a (plain)
1
2
3
4
5
6
7
8
// Copyright 2018-2022 Nick Brassel (@tzarc)
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once

#include "flash_stm32.h"
#include "eeprom_stm32.h"

#define EEPROM_SIZE (FEE_PAGE_SIZE * FEE_PAGE_COUNT / 2)