We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c5114c commit 204c0eaCopy full SHA for 204c0ea
network/robus/src/reception.c
@@ -460,7 +460,7 @@ _CRITICAL static inline error_return_t Recep_TopicCompare(uint16_t topic_id)
460
* warning : this function can be redefined only for mock testing purpose
461
* _CRITICAL function call in IRQ
462
******************************************************************************/
463
-_WEAKED luos_localhost_t Recep_NodeConcerned(header_t *header)
+_WEAKED _CRITICAL luos_localhost_t Recep_NodeConcerned(header_t *header)
464
{
465
uint16_t i = 0;
466
0 commit comments