瀏覽代碼

add declaration in simulator/drivers/usart_sim.c

prife 12 年之前
父節點
當前提交
38f1c4ef55
共有 1 個文件被更改,包括 15 次插入0 次删除
  1. 15 0
      bsp/simulator/drivers/usart_sim.c

+ 15 - 0
bsp/simulator/drivers/usart_sim.c

@@ -1,3 +1,18 @@
+/*
+ * File      : serial.c
+ * This file is part of RT-Thread RTOS
+ * COPYRIGHT (C) 2013 RT-Thread Develop Team
+ *
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rt-thread.org/license/LICENSE
+ *
+ * Change Logs:
+ * Date           Author       Notes
+ * 2012-09-25     prife        first implementation
+ * 2013-01-15     prife        support linux
+ * 2013-02-6      prife        rewrite to fit the new serial.c
+ */
 #include  <rthw.h>
 #include  <rtthread.h>