removed StorageAccessoremoved StorageAccessorr

This commit is contained in:
Robin Müller 2020-05-15 18:56:06 +02:00
parent 80cee27429
commit 24bfbfbd33
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
#include <framework/serviceinterface/ServiceInterfaceStream.h>
void printer::print(uint8_t *data, size_t size, OutputType type) {
sif::info << "StorageAccessor: Printing data with size " << size << ": [";
sif::info << "Printing data with size " << size << ": [";
if(type == OutputType::HEX) {
printer::printHex(data, size);
}