forked from espressif/esp-idf
Add idf.py extensions and move core actions to separate files
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class FatalError(RuntimeError):
|
||||
"""
|
||||
Wrapper class for runtime errors that aren't caused by bugs in idf.py or the build proces.s
|
||||
"""
|
||||
|
||||
pass
|
||||
Reference in New Issue
Block a user