main.c 773 字节
Newer Older
A
ardafu 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
//------------------------------------------------------------------------------
//  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 */
}