vbus: remove the rt_ prefix in the watermark queue source file
This commit is contained in:
parent
56ab0995c1
commit
d7fb5d5444
|
@ -162,7 +162,7 @@ rt_inline int _chn_connected(unsigned char chnr)
|
|||
}
|
||||
|
||||
#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];
|
||||
void rt_vbus_set_post_wm(unsigned char chnr, unsigned int low, unsigned int high)
|
||||
{
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#include <rthw.h>
|
||||
#include <rtthread.h>
|
||||
|
||||
#include "rt_watermark_queue.h"
|
||||
#include "watermark_queue.h"
|
||||
|
||||
void rt_wm_que_set_mark(struct rt_watermark_queue *wg,
|
||||
unsigned int low, unsigned int high)
|
Loading…
Reference in New Issue