Merge "Inaccvrate Morse data in sample code." into ics-mr0
This commit is contained in:
committed by
Android (Google) Code Review
commit
c4d810a43c
@@ -48,7 +48,7 @@ class MorseCodeConverter {
|
|||||||
/* S */ new long[] { DOT, GAP, DOT, GAP, DOT },
|
/* S */ new long[] { DOT, GAP, DOT, GAP, DOT },
|
||||||
/* T */ new long[] { DASH },
|
/* T */ new long[] { DASH },
|
||||||
/* U */ new long[] { DOT, GAP, DOT, GAP, 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 },
|
/* W */ new long[] { DOT, GAP, DASH, GAP, DASH },
|
||||||
/* X */ new long[] { DASH, GAP, DOT, GAP, DOT, GAP, DASH },
|
/* X */ new long[] { DASH, GAP, DOT, GAP, DOT, GAP, DASH },
|
||||||
/* Y */ new long[] { DASH, GAP, DOT, GAP, DASH, GAP, DASH },
|
/* Y */ new long[] { DASH, GAP, DOT, GAP, DASH, GAP, DASH },
|
||||||
|
|||||||
Reference in New Issue
Block a user