aboutsummaryrefslogtreecommitdiff
path: root/shared/pb/drv/arduino/mod.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared/pb/drv/arduino/mod.h')
-rw-r--r--shared/pb/drv/arduino/mod.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/shared/pb/drv/arduino/mod.h b/shared/pb/drv/arduino/mod.h
deleted file mode 100644
index e2e3b6d..0000000
--- a/shared/pb/drv/arduino/mod.h
+++ /dev/null
@@ -1,19 +0,0 @@
-#pragma once
-
-#include "../../moddrv.h"
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-/**
- * \brief puzzle bus driver setup
- *
- * This function should be called from the Arduino \c setup() function.
- */
-void pbdrv_setup();
-
-#ifdef __cplusplus
-}
-#endif
-