[rtems commit] pc386: Add Edison base support

Chris Johns chrisj at rtems.org
Wed Jan 7 21:04:42 UTC 2015


On 5/01/2015 6:45 am, Joel Sherril wrote:

Why code like ....

> +#if (BSP_IS_EDISON == 0)

and ...

> +#if (BSP_IS_EDISON == 1)

this rather than ....

#if !BSP_IS_EDISON

and

#if BSP_IS_EDISON

The advantages are unclear to me.

Chris


More information about the devel mailing list