The unified diff between revisions [65df00aa..] and [81e4dce2..] 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 [65df00aa2705ce33fd74f4dd706d2879fe99b2b0]
# new_revision [81e4dce274e79dd9187ed4bd182e1d6fc0fdfb37]
#
# patch "wmp.h"
#  from [1c8449a5057b64d7441e74d3ea43ef2818f9ffe8]
#    to [6e0068d0e91c6fdc5f17e8569a6d05895be6cb65]
#
============================================================
--- wmp.h	1c8449a5057b64d7441e74d3ea43ef2818f9ffe8
+++ wmp.h	6e0068d0e91c6fdc5f17e8569a6d05895be6cb65
@@ -13,10 +13,13 @@ extern bool wmp_roll_fast;
 extern bool wmp_pitch_fast;
 extern bool wmp_roll_fast;
 
+extern bool wmp_zero;
+
 bool wmp_init(void);
 bool wmp_sample(void);
 bool wmp_read_calibration_data(void);
 bool wmp_start_sample(void);
 void wmp_event_handler(void);
+void wmp_start_zero(void);
 
 #endif /* __WMP_H */