avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] How can I "#define" a string in the Makefile?


From: Bob Paddock
Subject: Re: [avr-gcc-list] How can I "#define" a string in the Makefile?
Date: Fri, 31 Oct 2003 12:45:58 -0500
User-agent: Opera7.21/Win32 M2 build 3218


static CONST char FLASH Firmware_Prj_str[] PROGMEM = #FIRMWARE_REV_STR;

Stringizing did not work, but adding the backslashs did.

Thank you everyone.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]