We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c5114c + 204c0ea commit 2df2a90Copy full SHA for 2df2a90
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