20 lines
773 B
C
20 lines
773 B
C
|
//------------------------------------------------------------------------------
|
||
|
// Copyright(C) ASRC, 2013-2016. All rights reserved.
|
||
|
//------------------------------------------------------------------------------
|
||
|
// Project : TBD
|
||
|
// Description: DRMP Application Entry
|
||
|
// Author : Fu Pengfei
|
||
|
//------------------------------------------------------------------------------
|
||
|
// Change Logs:
|
||
|
// Date Notes
|
||
|
// 2015-07-29 first implementation
|
||
|
//------------------------------------------------------------------------------
|
||
|
// $Id:: main.c 1119 2015-10-07 09:11:14Z arda $
|
||
|
//------------------------------------------------------------------------------
|
||
|
#include <rtthread.h>
|
||
|
|
||
|
int main(void)
|
||
|
{
|
||
|
/* user app entry */
|
||
|
}
|