remove obsolete code
Some checks are pending
EIVE/eive-obsw/pipeline/pr-develop Build started...

This commit is contained in:
Robin Müller 2023-04-07 17:20:20 +02:00
parent 9960fc8ce7
commit ebcd0cdfa1
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

View File

@ -422,7 +422,6 @@ void RwPollingTask::handleSpecialRequests() {
writeOneRwCmd(idx, fd);
}
closeSpi(fd);
// usleep(rws::SPI_REPLY_DELAY);
for (unsigned idx = 0; idx < rwCookies.size(); idx++) {
if (specialRequestIds[idx] == DeviceHandlerIF::NO_COMMAND_ID) {
continue;