We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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