Skip to content

Commit

Permalink
Update SConscript.env
Browse files Browse the repository at this point in the history
fixing compilation of uinject in simulator.
  • Loading branch information
xvilajosana authored Nov 3, 2021
1 parent 9547072 commit d03fb62
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions projects/python/SConscript.env
Original file line number Diff line number Diff line change
Expand Up @@ -906,8 +906,9 @@ functions_to_change = [
'uinject_init',
'uinject_sendDone',
'uinject_receive',
'uinject_timer_cb',
'uinject_task_cb',
'_uinject_timer_cb',
'_uinject_task_cb',
'_sock_handler',
# userialbridge
'userialbridge_init',
'userialbridge_sendDone',
Expand Down

0 comments on commit d03fb62

Please sign in to comment.