The unified diff between revisions [b85a3bbc..] and [961b04dd..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'wmp.c'

#
# old_revision [b85a3bbccc40f21e02f50101af764be93eeb9538]
# new_revision [961b04ddb07ba2b5dd6bccfa66a03e442e40d8f0]
#
# patch "wmp.c"
#  from [8d25d8c39e514fb55119ecd0aa362a137e760a46]
#    to [5f733d08f12cc7ab58dbe720d7ac20c713bf5687]
#
============================================================
--- wmp.c	8d25d8c39e514fb55119ecd0aa362a137e760a46
+++ wmp.c	5f733d08f12cc7ab58dbe720d7ac20c713bf5687
@@ -13,6 +13,7 @@ bool wmp_init(void)
 	if (!i2c_send_data(0x04))
 		return FALSE;
 	i2c_send_stop();
+	return TRUE;
 }
 
 unsigned char wmp_calibration_data[0x20];