diff options
author | tmk <nobody@nowhere> | 2010-10-27 20:51:45 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2010-10-27 22:56:01 +0900 |
commit | 2f80e790c6310ad24a4cb3d4a72c31314364fef7 (patch) | |
tree | aad001abdb61ff736e580f98184ab7cd9e870648 /macway/controller.h | |
parent | 461e0d3d8c82cc78d29d3115af3c417bb51bb50f (diff) |
new build method for macway
Diffstat (limited to 'macway/controller.h')
-rw-r--r-- | macway/controller.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/macway/controller.h b/macway/controller.h new file mode 100644 index 0000000000..aa862cdc1c --- /dev/null +++ b/macway/controller.h @@ -0,0 +1,6 @@ +#ifndef CONTROLLER_H +#define CONTROLLER_H 1 + +#include "controller_teensy.h" + +#endif |