#pragma once
#include <stdint.h>
namespace hal {
namespace eeprom {
void ClearEEPROM();
} // namespace eeprom
} // namespace hal