memory_config.hpp
529 Bytes
/*
* Copyright (c) 2015-2016, Arkadiusz Materek (arekmat@poczta.fm)
*
* Licensed under GNU General Public License 3.0 or later.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*/
#ifndef XMC_DALI_MEMORY_CONFIG_H_
#define XMC_DALI_MEMORY_CONFIG_H_
# define XMC_DALI_FLASH_START 0x10001000
# define XMC_DALI_FLASH_SIZE 0x32000
#endif // XMC_DALI_MEMORY_CONFIG_H_