mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/driver-w25qxxx.git
synced 2025-12-17 19:08:03 +00:00
Added feedback
This commit is contained in:
@@ -200,12 +200,6 @@ namespace sta
|
||||
return *reinterpret_cast<T*>(buffer);
|
||||
}
|
||||
}
|
||||
|
||||
template <typename T>
|
||||
T Logger<T>::operator[](std::size_t i)
|
||||
{
|
||||
return this->get(i);
|
||||
}
|
||||
} // namespace sta
|
||||
|
||||
#endif // STA_UTILS_LOGGER_TPP
|
||||
|
||||
Reference in New Issue
Block a user