mirror of
https://gitee.com/moluo-tech/AT-Command
synced 2025-06-18 08:27:51 +00:00
18 lines
486 B
C
18 lines
486 B
C
![]() |
/******************************************************************************
|
|||
|
* @brief ϵͳ<EFBFBD><EFBFBD><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
|