Skip to content

Commit 86b3046

Browse files
committed
Update v3.5.1 support for harmony
1 parent 9c99693 commit 86b3046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

harmony/module.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def loadModule():
6565
if 'ATSHA206A' not in dev:
6666
comp.addMultiDependency('{}_DEP_PLIB_I2C'.format(dev.upper()), 'I2C', 'I2C', False)
6767
if 'SHA105' not in dev:
68-
comp.addMultiDependency('{}_DEP_PLIB_SWI'.format(dev.upper()), 'UART', 'SWI', False)
68+
comp.addMultiDependency('{}_DEP_PLIB_SWI'.format(dev.upper()), 'UART', 'SWI', False)
6969

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

0 commit comments

Comments
 (0)