CodeBrick/user/config.h

18 lines
486 B
C
Raw Normal View History

2020-07-11 10:18:03 +08:00
/******************************************************************************
* @brief ϵͳ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD>
*
2020-12-04 20:53:54 +08:00
* Copyright (c) 2019, <morro_luo@163.com>
2020-07-11 10:18:03 +08:00
*
* SPDX-License-Identifier: Apache-2.0
*
******************************************************************************/
#ifndef _CONFIG_H_
#define _CONFIG_H_
2020-07-11 11:45:15 +08:00
#define APP_ADDRESS 0x08004000 //Ӧ<>ó<EFBFBD><C3B3><EFBFBD><EFBFBD><EFBFBD>ʼ<EFBFBD><CABC>ַ
2020-07-11 10:18:03 +08:00
2020-07-11 11:45:15 +08:00
#define SW_VER "1.00" //<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><E6B1BE>
2020-07-11 10:18:03 +08:00
2020-07-11 12:42:11 +08:00
#endif