2022-02-02 05:04:37 +01:00
|
|
|
// Copyright 2018-2022 Nick Brassel (@tzarc)
|
|
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
|
2022-11-23 09:50:19 +01:00
|
|
|
#include "legacy_flash_ops.h"
|
|
|
|
#include "eeprom_legacy_emulated_flash.h"
|
2022-02-02 05:04:37 +01:00
|
|
|
|
|
|
|
#define EEPROM_SIZE (FEE_PAGE_SIZE * FEE_PAGE_COUNT / 2)
|