Posts by wnoliveira • 11 points
1 post
-
1
votes0
answers76
viewsQ: How to test if a function is already defined in IAR ? (C)
Hello, I am making a library that should be easily portable to other programs. Soon, I tried to do the following: 01 #ifndef delay_ms 02 #define delay_ms(X) OSTimeDlyHMSM(0u, 0u, 0u, (X),…
casked wnoliveira 11