am 459d7f99: am a96a7c60: am c4d810a4: Merge "Inaccvrate Morse data in sample code." into ics-mr0

* commit '459d7f999f8aba4f3c4e8d39c926fdb12e2a50e6':
  Inaccvrate Morse data in sample code.
This commit is contained in:
Jean-Baptiste Queru
2011-11-28 11:33:01 -08:00
committed by Android Git Automerger

View File

@@ -48,7 +48,7 @@ class MorseCodeConverter {
/* S */ new long[] { DOT, GAP, DOT, GAP, DOT },
/* T */ new long[] { DASH },
/* U */ new long[] { DOT, GAP, DOT, GAP, DASH },
/* V */ new long[] { DOT, GAP, DOT, GAP, DASH },
/* V */ new long[] { DOT, GAP, DOT, GAP, DOT, GAP, DASH },
/* W */ new long[] { DOT, GAP, DASH, GAP, DASH },
/* X */ new long[] { DASH, GAP, DOT, GAP, DOT, GAP, DASH },
/* Y */ new long[] { DASH, GAP, DOT, GAP, DASH, GAP, DASH },