This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Configuration Wizard for setting variable names

Hi guys,

I'm wishing to use the Keil Configuration Wizard to allow the entry of variable and function names i.e.

#define TIMER_1_NAME timerName
or
#define TIMER_1_CALLBACK timerCallbackFunction

However the only option I seem to have available is <s> which will only support something along the lines of:

#define TIMER_1_NAME "timerName"

Is there any way I can use to Configuration Wizard to input text that isn't surrounded by quotes?

Many thanks