C pre-processor error

Fixed : error: #elif with no expression

When we want to make a compile time decisions to enable some code and disable other, #ifdef … Read more