summaryrefslogtreecommitdiff
path: root/src/ao.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-10-31 01:20:26 -0700
committerKeith Packard <keithp@keithp.com>2009-10-31 01:20:26 -0700
commitcd0d495d7ef276956e730196476daa70a4359918 (patch)
tree208754d513b3d8157ecd0f2e743274eabc85dcda /src/ao.h
parent442b1ef18c8320d4e5329dc92bb5268a36058fc5 (diff)
Poke master to speed up packet rate when things are busy
Diffstat (limited to 'src/ao.h')
-rw-r--r--src/ao.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ao.h b/src/ao.h
index e2f137bd..aeceb870 100644
--- a/src/ao.h
+++ b/src/ao.h
@@ -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;