View | Details | Raw Unified | Return to bug 259398
Collapse All | Expand All

(-)DLL430_v3/src/TI/DLL430/FetControl.cpp (-1 / +1 lines)
Lines 225-231 Link Here
225
	data.push_back(0x00);
225
	data.push_back(0x00);
226
	this->sendData(data);		// reset connection
226
	this->sendData(data);		// reset connection
227
227
228
	std::this_thread::sleep_for(std::chrono::milliseconds(100));
228
	std::this_thread::sleep_for(std::chrono::milliseconds(500));
229
229
230
	HalExecElement* el = new HalExecElement(ID_Zero);
230
	HalExecElement* el = new HalExecElement(ID_Zero);
231
	el->appendInputData8(STREAM_CORE_ZERO_VERSION);
231
	el->appendInputData8(STREAM_CORE_ZERO_VERSION);

Return to bug 259398