The unified diff between revisions [65df00aa..] and [4cc7246c..] is displayed below. It can also be downloaded as a raw diff.

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

#
# old_revision [65df00aa2705ce33fd74f4dd706d2879fe99b2b0]
# new_revision [4cc7246c1b6c809c9dc15997798f6deed15b3631]
#
# patch "main.c"
#  from [5c11844a2fa7481ccddb49faaace19b7c21a1c7f]
#    to [48ab0f2657065a72781d68205f5b7ede8bfd60c4]
#
============================================================
--- main.c	5c11844a2fa7481ccddb49faaace19b7c21a1c7f
+++ main.c	48ab0f2657065a72781d68205f5b7ede8bfd60c4
@@ -279,6 +279,7 @@ void menu_handler(void)
 			putstr("Initialising timer... ");
 			timer_set_period(10*TIMER_MS);
 			reply("done");
+			wmp_start_zero();
 			break;
 		default:
 			reply("Unrecognised command.");