mirror of
https://github.com/supleed2/svd2cpp.git
synced 2024-11-10 02:25:48 +00:00
12 lines
131 B
C++
12 lines
131 B
C++
|
#ifndef ITEM_PRINTER
|
||
|
#define ITEM_PRINTER
|
||
|
|
||
|
#include <vector>
|
||
|
#include <Peripheral.hpp>
|
||
|
|
||
|
|
||
|
struct ItemPrinter{
|
||
|
};
|
||
|
|
||
|
#endif
|