Skip to content

Commit

Permalink
Merge pull request #415 from Luos-io/fix/critical_node_concerned
Browse files Browse the repository at this point in the history
[Fix] add critical to Recep_NodeConcerned
  • Loading branch information
JeromeGalan authored Jan 12, 2023
2 parents 6c5114c + 204c0ea commit 2df2a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network/robus/src/reception.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 2df2a90

Please sign in to comment.