The unified diff between revisions [056a532c..] and [bfc9e27f..] 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 [056a532c92301bcb224e1f786c5f6720e8acf3eb]
# new_revision [bfc9e27f5c40da31ae4269394aaf0545e5856a70]
#
# patch "event.h"
#  from [ac8bb369e9ee5d7e0b005aed6811412c323dcb6d]
#    to [0632e17e87168fb527bcf1c58fa41d21f747eda9]
#
============================================================
--- event.h	ac8bb369e9ee5d7e0b005aed6811412c323dcb6d
+++ event.h	0632e17e87168fb527bcf1c58fa41d21f747eda9
@@ -5,10 +5,12 @@
 
 #define EVENT_TIMER		0
 #define EVENT_MPU6050_I2C_COMPLETE	1
-#define EVENT_UART_INPUT	2
-#define EVENT_SDCARD		3
+#define EVENT_HMC5883L_I2C_COMPLETE	2
+#define EVENT_MPL3115A2_I2C_COMPLETE	3
+#define EVENT_UART_INPUT	4
+#define EVENT_SDCARD		5
 
-#define EVENT_MAX		3
+#define EVENT_MAX		5
 
 typedef void event_handler(void);