[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
error in preprocessor symbol
- Date: Tue, 27 Jul 1999 09:36:35 -0400
- From: jskulpin at eng01.gdds.com (Jay Kulpinski)
- Subject: error in preprocessor symbol
This is not a big deal, since it's not used in the distributed
code now, but it should be fixed in case anyone (else!) is tempted
to use it. The CONSOLE_USE_POLLED preprocessor symbol is incorrectly
defined:
./make/custom/dmv177.cfg: @echo "#define CONSOLE_USE_POLLED
~CONSOLE_USE_INTERRUPTS" >>$@
./make/custom/erc32.cfg: @echo "#define CONSOLE_USE_POLLED
~CONSOLE_USE_INTERRUPTS" >>$@
./make/custom/psim.cfg: @echo "#define CONSOLE_USE_POLLED
~CONSOLE_USE_INTERRUPTS" >>$@
The "~" needs to be changed to "!".