aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2012-07-24 17:28:21 +0200
committerJakob Odersky <jodersky@gmail.com>2012-07-24 17:28:21 +0200
commit21bd89e01a2082d39333dae5eed5ccb7ff864252 (patch)
tree8aafe38df094d914bf04e7df2da7ebe7214405fc
parent735af51f92d020eff75e70c6a8aac7bc27e4ed12 (diff)
downloadk8055-21bd89e01a2082d39333dae5eed5ccb7ff864252.tar.gz
k8055-21bd89e01a2082d39333dae5eed5ccb7ff864252.tar.bz2
k8055-21bd89e01a2082d39333dae5eed5ccb7ff864252.zip
update header filev1.1
-rw-r--r--src/k8055.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/k8055.h b/src/k8055.h
index 0645021..22de310 100644
--- a/src/k8055.h
+++ b/src/k8055.h
@@ -72,7 +72,8 @@ void k8055_debug(bool value);
* @return K8055_ERROR_NO_DEVICES if no usb devices are found on host system
* @return K8055_ERROR_NO_K8055 if no K8055 board is found at the given port
* @return K8055_ERROR_ACCESS if permission is denied to access a usb port
- * @return K8055_ERROR_OPEN if another error occured preventing the board to be opened */
+ * @return K8055_ERROR_OPEN if another error occured preventing the board to be opened
+ * @return K8055_ERROR_MEM if memory could not be allocated for device */
int k8055_open_device(int port, k8055_device** device);
/** Closes the given device. */