svd2cpp/Src/ItemPrinter.hpp
2019-11-22 10:10:39 +01:00

12 lines
131 B
C++

#ifndef ITEM_PRINTER
#define ITEM_PRINTER
#include <vector>
#include <Peripheral.hpp>
struct ItemPrinter{
};
#endif