diff options
Diffstat (limited to 'board/quack')
-rw-r--r-- | board/quack/board.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/board/quack/board.h b/board/quack/board.h new file mode 100644 index 0000000..64ba4cb --- /dev/null +++ b/board/quack/board.h @@ -0,0 +1,3 @@ +#include "./sound.h" +#include "../simple.h" +SIMPLE_BOARD(quack)
\ No newline at end of file |