The unified diff between revisions [a39fe798..] and [8f4e93ab..] is displayed below. It can also be downloaded as a raw diff.

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

#
# old_revision [a39fe7980c8f14b70401f4c97f3e10232dce016a]
# new_revision [8f4e93ab4d89edfdbd524b06b83511c6867a9150]
#
# patch "wmp.h"
#  from [39e6154ed17c4beed31e71e774f07bac2909b826]
#    to [1c8449a5057b64d7441e74d3ea43ef2818f9ffe8]
#
============================================================
--- wmp.h	39e6154ed17c4beed31e71e774f07bac2909b826
+++ wmp.h	1c8449a5057b64d7441e74d3ea43ef2818f9ffe8
@@ -16,5 +16,7 @@ bool wmp_read_calibration_data(void);
 bool wmp_init(void);
 bool wmp_sample(void);
 bool wmp_read_calibration_data(void);
+bool wmp_start_sample(void);
+void wmp_event_handler(void);
 
 #endif /* __WMP_H */