Skip to content

Commit

Permalink
Update v3.5.1 support for harmony
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan-hunt committed Mar 30, 2023
1 parent 9c99693 commit 86b3046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion harmony/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def loadModule():
if 'ATSHA206A' not in dev:
comp.addMultiDependency('{}_DEP_PLIB_I2C'.format(dev.upper()), 'I2C', 'I2C', False)
if 'SHA105' not in dev:
comp.addMultiDependency('{}_DEP_PLIB_SWI'.format(dev.upper()), 'UART', 'SWI', False)
comp.addMultiDependency('{}_DEP_PLIB_SWI'.format(dev.upper()), 'UART', 'SWI', False)

if os.path.exists(Module.getPath() + 'lib/talib/talib_basic.h'):
for dev in _TALIB_SUPPORTED_DEVICES:
Expand Down

0 comments on commit 86b3046

Please sign in to comment.