AssertionError
when running Platform.build
with a Module
using an Instance
.
#600
Labels
AssertionError
when running Platform.build
with a Module
using an Instance
.
#600
The following code snippet triggers an assertion failure:
The error is that the
Pins
direction (aninout
?) of theled
Resource
does not match whatInstance
expects (anoutput
). I'm not sure why thisAssertionError
is triggered. Is there a good place toraise
a "driver conflict inInstance
" error before this assertion triggers?Fix to stop the
AssertionError
:The text was updated successfully, but these errors were encountered: