Came across this code snippet in sys_dma.c (image attached). 1. Can somebody help me understand why two line are repeated in if and else construct ?2. if(DMA_TRIGGER_SOURCE_NONE == eventSrc) really ? Compilers take it OK but I would prefer to see it as if..
↧