removed StorageAccessoremoved StorageAccessorr
This commit is contained in:
parent
80cee27429
commit
24bfbfbd33
@ -2,7 +2,7 @@
|
|||||||
#include <framework/serviceinterface/ServiceInterfaceStream.h>
|
#include <framework/serviceinterface/ServiceInterfaceStream.h>
|
||||||
|
|
||||||
void printer::print(uint8_t *data, size_t size, OutputType type) {
|
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) {
|
if(type == OutputType::HEX) {
|
||||||
printer::printHex(data, size);
|
printer::printHex(data, size);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user