main.c 773 B

12345678910111213141516171819
  1. //------------------------------------------------------------------------------
  2. // Copyright(C) ASRC, 2013-2016. All rights reserved.
  3. //------------------------------------------------------------------------------
  4. // Project : TBD
  5. // Description: DRMP Application Entry
  6. // Author : Fu Pengfei
  7. //------------------------------------------------------------------------------
  8. // Change Logs:
  9. // Date Notes
  10. // 2015-07-29 first implementation
  11. //------------------------------------------------------------------------------
  12. // $Id:: main.c 1119 2015-10-07 09:11:14Z arda $
  13. //------------------------------------------------------------------------------
  14. #include <rtthread.h>
  15. int main(void)
  16. {
  17. /* user app entry */
  18. }