13 lines
220 B
C
13 lines
220 B
C
/*
|
|
* Copyright (c) CompanyNameMagicTag 2018-2020. All rights reserved.
|
|
* Description: CHIP Platform Header
|
|
* Author:
|
|
* Date:
|
|
*/
|
|
|
|
#ifndef PLATFORM_H
|
|
#define PLATFORM_H
|
|
|
|
#include "platform_core.h"
|
|
|
|
#endif |