EVM430-FR6043: Original firmware for demo board EVM430-FR6043

Part Number: EVM430-FR6043

Tool/software:

I have eval board EVM430-FR6043 and I've downloaded firmware for this board from here : https://www.ti.com/tool/download/USS-SWLIB-GAS 

I've downloaded the latest version (Version: 02.30.00.03 Release date: 05 Feb 2020)

There is file USS_userConfig.h which contains the definition to select the tone generation type:
#define USS_PULSE_MODE   USS_PULSE_MODE_MULTI_TONE
/*******************************************************************************
* The following macros allows user to select tone generation type
* *****************************************************************************/
#define USS_PULSE_MODE_SINGLE_TONE 0
#define USS_PULSE_MODE_DUAL_TONE 1
#define USS_PULSE_MODE_MULTI_TONE 2
This project can be compiled only when defined:
#define USS_PULSE_MODE   USS_PULSE_MODE_MULTI_TONE
If I change this definition to 
#define USS_PULSE_MODE  USS_PULSE_MODE_SINGLE_TONE 
or
#define USS_PULSE_MODE  USS_PULSE_MODE_DUAL_TONE
I can't compile the project.
I want to use USS_PULSE_MODE_SINGLE_TONE  in my project and can't compile it.

**Attention** This is a public forum