9 lines
234 B
C
9 lines
234 B
C
|
// Copyright 2018-2022 Nick Brassel (@tzarc)
|
||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
#pragma once
|
||
|
|
||
|
#include "legacy_flash_ops.h"
|
||
|
#include "eeprom_legacy_emulated_flash.h"
|
||
|
|
||
|
#define EEPROM_SIZE (FEE_PAGE_SIZE * FEE_PAGE_COUNT / 2)
|