Closed GoogleCodeExporter closed 9 years ago
Fix committed. Thanks for reporting it.
Original comment by thiadmer...@gmail.com
on 15 Aug 2014 at 7:40
Let me make a suggestion.
With the "#define OPTION TRUE" format all options can be listed in the glue
header file, and you don't have to rely on documentation for details.
Using them doesn't change much, instead of #ifdef, only #if suffices.
Example (from chibios):
#if !defined(CH_NO_IDLE_THREAD) || defined(__DOXYGEN__)
#define CH_NO_IDLE_THREAD FALSE
#endif
Original comment by lodd...@gmail.com
on 15 Aug 2014 at 1:04
Original issue reported on code.google.com by
lodd...@gmail.com
on 14 Aug 2014 at 2:36