Rafaël Carré schrieb:
-static void* dma_callback(void) ICODE_ATTR; +static void* dma_callback(void) ICODE_ATTR __attribute__((unused));If it's hidden because the function is never used, i would use #if 0 perhaps with a comment
It is used in inline assembly. But a comment would have been nice indeed. Best regards.
