diff --git a/network/robus/src/reception.c b/network/robus/src/reception.c index b2211927e..18fe0dd0a 100644 --- a/network/robus/src/reception.c +++ b/network/robus/src/reception.c @@ -460,7 +460,7 @@ _CRITICAL static inline error_return_t Recep_TopicCompare(uint16_t topic_id) * warning : this function can be redefined only for mock testing purpose * _CRITICAL function call in IRQ ******************************************************************************/ -_WEAKED luos_localhost_t Recep_NodeConcerned(header_t *header) +_WEAKED _CRITICAL luos_localhost_t Recep_NodeConcerned(header_t *header) { uint16_t i = 0;