aboutsummaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
authorThomas White <taw27@cam.ac.uk>2008-11-23 21:17:43 +0000
committerThomas White <taw27@cam.ac.uk>2008-11-23 21:17:43 +0000
commiteb1e015e877ff5135a3371bb81904d139d623018 (patch)
tree36fb8232fd392c107b6a102f1310ab921bfe2e43 /src/types.h
parentf87c1e7e4064474803a7725f4c4c0b653dab0521 (diff)
Attempt to use non-blocking I/O for accelerometers
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/types.h b/src/types.h
index 2ec6aac..89ff7f4 100644
--- a/src/types.h
+++ b/src/types.h
@@ -37,7 +37,7 @@ typedef enum {
typedef struct {
- FILE *fh;
+ int fd;
AccelType type;