mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-08 12:36:52 +03:00
fix testcase creation if analog has no pointers
This commit is contained in:
@@ -82,6 +82,8 @@ UnderTestPost* init_do_flow(std::vector<float> analog, std::vector<float> digits
|
||||
anaROI->result_float = analog[i];
|
||||
gen_analog->ROI.push_back(anaROI);
|
||||
}
|
||||
} else {
|
||||
_undertestPost->flowAnalog = NULL;
|
||||
}
|
||||
ESP_LOGD(TAG, "Setting up of ROIs completed.");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user