CodeBrick/user/config.h
2020-12-04 20:53:54 +08:00

18 lines
486 B
C
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/******************************************************************************
* @brief ϵͳ<CFB5><CDB3><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD>
*
* Copyright (c) 2019, <morro_luo@163.com>
*
* SPDX-License-Identifier: Apache-2.0
*
******************************************************************************/
#ifndef _CONFIG_H_
#define _CONFIG_H_
#define APP_ADDRESS 0x08004000 //Ӧ<>ó<EFBFBD><C3B3><EFBFBD><EFBFBD><EFBFBD>ʼ<EFBFBD><CABC>ַ
#define SW_VER "1.00" //<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><E6B1BE>
#endif