The unified diff between revisions [b85a3bbc..] and [dcfa34d1..] 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 [dcfa34d1bbf576aab0f0d0ed1b0c64dc6160ee5b]
#
# 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];