acassis commented on PR #11351: URL: https://github.com/apache/nuttx/pull/11351#issuecomment-1852008610
> dq_for_every is a new macro added in this patch: <img alt="image" width="523" src="https://private-user-images.githubusercontent.com/18066964/289719895-d4ecccbc-cd69-4258-8b2a-cf1d962a3507.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTEiLCJleHAiOjE3MDIzODY2NjQsIm5iZiI6MTcwMjM4NjM2NCwicGF0aCI6Ii8xODA2Njk2NC8yODk3MTk4OTUtZDRlY2NjYmMtY2Q2OS00MjU4LThiMmEtY2YxZDk2MmEzNTA3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFJV05KWUFYNENTVkVINTNBJTJGMjAyMzEyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjMxMjEyVDEzMDYwNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTViNWNjNzQ2ZGM5ZGE0YjlhZGZhNmRjMTRjNjRlY2VmMTZiODhmNjY4OGRlZGEyZWNlYWM4ZDBkOTcwOTE4NjUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.HVNNx55GU_5SMPw5TPBdK3-3Jl3bMzMD3LZgQuMFP-M"> just simply forward to sq_for_every macro which expand to a for loop. Ok, now I got the idea, of each run in this loop it will run the code inside "{ }", in this case count++. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org