comparison src/ui/mfw/mfw_utils.h @ 188:92abb46dc1ba

src/ui/mfw/*.[ch]: rm trailing white space
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 19 Jan 2021 06:10:27 +0000
parents 67bfe9f274f6
children
comparison
equal deleted inserted replaced
187:a33dd8a5dcc9 188:92abb46dc1ba
9 MODULE : MFW_UTILS 9 MODULE : MFW_UTILS
10 10
11 PURPOSE : This modul contains General Functional Utilities. 11 PURPOSE : This modul contains General Functional Utilities.
12 12
13 HISTORY: 13 HISTORY:
14 Jun 05, 2004 REF: CRR 18262 NISHIKANT KULKARNI 14 Jun 05, 2004 REF: CRR 18262 NISHIKANT KULKARNI
15 Description: The sample sends a STOP DTMF message without release of the key by the user 15 Description: The sample sends a STOP DTMF message without release of the key by the user
16 Solution: Instead of sending DTMF commands in "VTS_MOD_Auto" mode, on key press DTMF tone is started 16 Solution: Instead of sending DTMF commands in "VTS_MOD_Auto" mode, on key press DTMF tone is started
17 using VTS_MOD_ManStart and on key release DTMF tone is stopped using VTS_MOD_ManStop mode. 17 using VTS_MOD_ManStart and on key release DTMF tone is stopped using VTS_MOD_ManStop mode.
18 18
19 */ 19 */