From 7edda37518f0b193009c832b4092c357d0d01e96 Mon Sep 17 00:00:00 2001 From: hathach Date: Sat, 26 Jan 2013 01:37:15 +0700 Subject: add more test code for keyboard hid application API refractor, restructure, rename several thing regarding host, keyboard etc ... --- tinyusb/common/errors.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tinyusb/common/errors.h') diff --git a/tinyusb/common/errors.h b/tinyusb/common/errors.h index bf1998365..3b37154d3 100644 --- a/tinyusb/common/errors.h +++ b/tinyusb/common/errors.h @@ -62,6 +62,7 @@ ENTRY(TUSB_ERROR_NONE)\ ENTRY(TUSB_ERROR_INVALID_PARA)\ ENTRY(TUSB_ERROR_CLASS_DEVICE_DONT_SUPPORT)\ + ENTRY(TUSB_ERROR_CLASS_DATA_NOT_AVAILABLE)\ ENTRY(TUSB_ERROR_OSAL_TIMEOUT)\ ENTRY(TUSB_ERROR_FAILED)\ -- cgit v1.3.1