You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
due to changes in Scons 3 and up the object properties func_xxx are changed to __xxx__, all SConscript in the examples need to change func_code to __code__ (see line 18 in SConscript of examples/adc_single as an example).