From 21bd89e01a2082d39333dae5eed5ccb7ff864252 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Tue, 24 Jul 2012 17:28:21 +0200 Subject: update header file --- src/k8055.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. */ -- cgit v1.2.3