summaryrefslogtreecommitdiff
path: root/nanohub_exports.h
diff options
context:
space:
mode:
Diffstat (limited to 'nanohub_exports.h')
-rw-r--r--nanohub_exports.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/nanohub_exports.h b/nanohub_exports.h
index aab40c8..9695e1b 100644
--- a/nanohub_exports.h
+++ b/nanohub_exports.h
@@ -65,7 +65,12 @@ enum mcu_display_mode {
* Query the display power state from MCU when display is controlled by MCU.
* MCU_DISPLAY_NONE, when MCU doesn't control display.
*/
-
extern int nanohub_query_display_state(void);
+/**
+ * Query the display power state from the MCU, regardless of whether the display is controlled by
+ * the MCU.
+ */
+extern int nanohub_query_display_state_no_check(void);
+
#endif /* _NANOHUB_EXPORTS_H_ */