Merge pull request #410 from grissiom/lpc43xx
vbus: remove the rt_ prefix in the watermark queue source file
This commit is contained in:
commit
e395c8c6f0
|
@ -162,7 +162,7 @@ rt_inline int _chn_connected(unsigned char chnr)
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef RT_VBUS_USING_FLOW_CONTROL
|
#ifdef RT_VBUS_USING_FLOW_CONTROL
|
||||||
#include <rt_watermark_queue.h>
|
#include <watermark_queue.h>
|
||||||
struct rt_watermark_queue _chn_wm_que[RT_VBUS_CHANNEL_NR];
|
struct rt_watermark_queue _chn_wm_que[RT_VBUS_CHANNEL_NR];
|
||||||
void rt_vbus_set_post_wm(unsigned char chnr, unsigned int low, unsigned int high)
|
void rt_vbus_set_post_wm(unsigned char chnr, unsigned int low, unsigned int high)
|
||||||
{
|
{
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
#include <rthw.h>
|
#include <rthw.h>
|
||||||
#include <rtthread.h>
|
#include <rtthread.h>
|
||||||
|
|
||||||
#include "rt_watermark_queue.h"
|
#include "watermark_queue.h"
|
||||||
|
|
||||||
void rt_wm_que_set_mark(struct rt_watermark_queue *wg,
|
void rt_wm_que_set_mark(struct rt_watermark_queue *wg,
|
||||||
unsigned int low, unsigned int high)
|
unsigned int low, unsigned int high)
|
Loading…
Reference in New Issue