o hdlcdrv.c: set_bit and friends require a long

parent a0220fc4
...@@ -214,7 +214,7 @@ struct hdlcdrv_state { ...@@ -214,7 +214,7 @@ struct hdlcdrv_state {
struct hdlcdrv_hdlctx { struct hdlcdrv_hdlctx {
struct hdlcdrv_hdlcbuffer hbuf; struct hdlcdrv_hdlcbuffer hbuf;
int in_hdlc_tx; long in_hdlc_tx;
/* /*
* 0 = send flags * 0 = send flags
* 1 = send txtail (flags) * 1 = send txtail (flags)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment