From 02f5cfac7ee68317123f153d2182f1936f1ae1d8 Mon Sep 17 00:00:00 2001 From: Peter Clifton Date: Fri, 2 Jan 2015 22:55:48 +0000 Subject: [PATCH] hid.h: Update comment to reflect change in API --- src/hid.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/hid.h b/src/hid.h index c8248fe7b4..59c6e353c8 100644 --- a/src/hid.h +++ b/src/hid.h @@ -487,9 +487,9 @@ typedef enum /* Request permission for debug drawing * - * Returns a HID pointer which should be used rather than the global - * gui-> for making drawing calls. If the return value is NULL, then - * permission has been denied, and the drawing must not continue. + * Returns a HID_DRAW pointer which should be used rather than the global + * gui->graphics-> for making drawing calls. If the return value is NULL, + * then permission has been denied, and the drawing must not continue. */ HID_DRAW *(*request_debug_draw) (void); -- 2.11.4.GIT