Skip to content

Commit 204c0ea

Browse files
committedJan 9, 2023
[Fix] add critical to Recep_NodeConcerned
1 parent 6c5114c commit 204c0ea

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)
Please sign in to comment.