• rather than #ifdef
    I am working on some stuff with 4711 #ifdefs and, on most global searches, end up looking at inactive code. To obtain 'marked' code lines I tried to replace #ifdef BLAH ....... with //#define...
  • rather than #ifdef
    I am working on some stuff with 4711 #ifdefs and, on most global searches, end up looking at inactive code. To obtain 'marked' code lines I tried to replace #ifdef BLAH ....... with //#define...
  • when #ifdeffing a testsnippet
    when #ifdeffing a testsnippet it is, often, desirable to be able to do this: code .... code .... #ifdef DOIT BOOL flag if (flag) .... Keil does not allow definitions in the middle of a routine...
  • debug messages using ifdef
    Hi, there's one pin depending on his level (high or low), the programm should / or should not transmit all the rs232 debug messages (printf()) to the hyperterminal. How is it possible to use...
  • when #ifdeffing a testsnippet
    when #ifdeffing a testsnippet it is, often, desirable to be able to do this: code .... code .... #ifdef DOIT BOOL flag if (flag) .... Keil does not allow definitions in the middle of a routine...