drv_uart
This commit is contained in:
parent
1257e5d38a
commit
1918d14a13
|
@ -16,7 +16,7 @@
|
||||||
#include <rtthread.h>
|
#include <rtthread.h>
|
||||||
|
|
||||||
#include "board.h"
|
#include "board.h"
|
||||||
#include "usart.h"
|
#include "drv_uart.h"
|
||||||
|
|
||||||
static struct rt_memheap system_heap;
|
static struct rt_memheap system_heap;
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
* 2018-03-17 laiyiketang Add other uart.
|
* 2018-03-17 laiyiketang Add other uart.
|
||||||
*/
|
*/
|
||||||
#include <rtthread.h>
|
#include <rtthread.h>
|
||||||
#include "drv_usart.h"
|
#include "drv_uart.h"
|
||||||
|
|
||||||
#include "fsl_common.h"
|
#include "fsl_common.h"
|
||||||
#include "fsl_lpuart.h"
|
#include "fsl_lpuart.h"
|
||||||
|
|
|
@ -12,8 +12,8 @@
|
||||||
* 2017-10-10 Tanek the first version
|
* 2017-10-10 Tanek the first version
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __USART_H__
|
#ifndef __DRV_USART_H__
|
||||||
#define __USART_H__
|
#define __DRV_USART_H__
|
||||||
|
|
||||||
#include <rthw.h>
|
#include <rthw.h>
|
||||||
#include <rtthread.h>
|
#include <rtthread.h>
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue