diff options
Diffstat (limited to 'tmk_core/protocol/mbed/mbed_driver.h')
-rw-r--r-- | tmk_core/protocol/mbed/mbed_driver.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tmk_core/protocol/mbed/mbed_driver.h b/tmk_core/protocol/mbed/mbed_driver.h new file mode 100644 index 000000000..dd1153b43 --- /dev/null +++ b/tmk_core/protocol/mbed/mbed_driver.h @@ -0,0 +1,3 @@ +#include "host_driver.h" + +extern host_driver_t mbed_driver; |