mirror of
https://github.com/openharmony/device_hisilicon_hispark_aries.git
synced 2026-07-01 02:14:27 -04:00
!35 arm_virt、hispark_aries和hispark_taurus平台target_config.h中防止重复包含的宏的定义跟文件名无关,容易导致编译问题
Merge pull request !35 from zhangfanfan2/master
This commit is contained in:
@@ -13,8 +13,8 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#ifndef __BOARD_CONFIG_H__
|
||||
#define __BOARD_CONFIG_H__
|
||||
#ifndef _TARGET_CONFIG_H
|
||||
#define _TARGET_CONFIG_H
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user