The unified diff between revisions [253c6510..] and [81e4dce2..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'event.h'

#
# old_revision [253c65100e2208e0b8c93178896f5aab89e4ec0b]
# new_revision [81e4dce274e79dd9187ed4bd182e1d6fc0fdfb37]
#
# patch "event.h"
#  from [b92070564927535f836fe3cfc7b9460703f7afa0]
#    to [6ae28929ff160f4c112bac5954c1fbfa282b6756]
#
============================================================
--- event.h	b92070564927535f836fe3cfc7b9460703f7afa0
+++ event.h	6ae28929ff160f4c112bac5954c1fbfa282b6756
@@ -5,8 +5,9 @@
 
 #define EVENT_TIMER		0
 #define EVENT_I2C_COMPLETE	1
+#define EVENT_UART_INPUT	2
 
-#define EVENT_MAX		1
+#define EVENT_MAX		2
 
 typedef void event_handler(void);