diff options
author | Keith Packard <keithp@keithp.com> | 2009-10-31 01:20:26 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-10-31 01:20:26 -0700 |
commit | cd0d495d7ef276956e730196476daa70a4359918 (patch) | |
tree | 208754d513b3d8157ecd0f2e743274eabc85dcda /src/ao.h | |
parent | 442b1ef18c8320d4e5329dc92bb5268a36058fc5 (diff) |
Poke master to speed up packet rate when things are busy
Diffstat (limited to 'src/ao.h')
-rw-r--r-- | src/ao.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -981,7 +981,7 @@ struct ao_fifo { */ #define AO_PACKET_MAX 8 -#define AO_PACKET_SYN 0xff +#define AO_PACKET_SYN (uint8_t) 0xff struct ao_packet { uint8_t addr; |