summaryrefslogtreecommitdiffstats
path: root/sendchar.h
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2011-09-17 15:39:50 +0200
committertmk <nobody@nowhere>2011-09-17 16:53:18 +0200
commite67c988824f5ec0c965beb412f8ee5953dfd3c8c (patch)
tree190543f5bddfd31a326234aad91a0a995e55863a /sendchar.h
parentb703de7b298f8463bf4654fa3730ba1958a7fa9e (diff)
downloadqmk_firmware-e67c988824f5ec0c965beb412f8ee5953dfd3c8c.tar.gz
qmk_firmware-e67c988824f5ec0c965beb412f8ee5953dfd3c8c.tar.xz
Added Bulegiga iWRAP support into HHKB.(Bluetooth)
Diffstat (limited to 'sendchar.h')
-rw-r--r--sendchar.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sendchar.h b/sendchar.h
index b31665441..7c81303c7 100644
--- a/sendchar.h
+++ b/sendchar.h
@@ -18,8 +18,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifndef SENDCHAR_H
#define SENDCHAR_H
+#include <stdint.h>
+
+
/* transmit a character. return 0 on success, -1 on error. */
int8_t sendchar(uint8_t c);
#endif
-