Skip to content

Commit

Permalink
Allow rpc modifier for BL706
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Oct 6, 2022
1 parent e096252 commit 885efb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/build/build/targets.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,8 @@ def BuildBouffalolabTarget():
TargetPart('light', app=BouffalolabApp.LIGHT),
])

target.AppendModifier('rpc', enable_rpcs=True)

return target


Expand Down

0 comments on commit 885efb6

Please sign in to comment.