svd2cpp/Src/ItemPrinter.hpp

12 lines
131 B
C++
Raw Normal View History

2019-11-22 09:10:39 +00:00
#ifndef ITEM_PRINTER
#define ITEM_PRINTER
#include <vector>
#include <Peripheral.hpp>
struct ItemPrinter{
};
#endif