Skip to content

Commit 2df2a90

Browse files
author
JeromeGalan
authored
Merge pull request #415 from Luos-io/fix/critical_node_concerned
[Fix] add critical to Recep_NodeConcerned
2 parents 6c5114c + 204c0ea commit 2df2a90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

network/robus/src/reception.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ _CRITICAL static inline error_return_t Recep_TopicCompare(uint16_t topic_id)
460460
* warning : this function can be redefined only for mock testing purpose
461461
* _CRITICAL function call in IRQ
462462
******************************************************************************/
463-
_WEAKED luos_localhost_t Recep_NodeConcerned(header_t *header)
463+
_WEAKED _CRITICAL luos_localhost_t Recep_NodeConcerned(header_t *header)
464464
{
465465
uint16_t i = 0;
466466

0 commit comments

Comments
 (0)