diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/PLUGIN_API.new | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/PLUGIN_API.new b/docs/PLUGIN_API.new index 02e9c8c..1f24ac0 100644 --- a/docs/PLUGIN_API.new +++ b/docs/PLUGIN_API.new @@ -1394,7 +1394,7 @@ void lcd_set_drawmode(int mode) \description void lcd_set_enable_hook(void (*enable_hook)(void)) - \conditions !defined(HAVE_LCD_CHARCELLS) )) && (defined(HAVE_LCD_ENABLE + \conditions !defined(HAVE_LCD_CHARCELLS) && defined(HAVE_LCD_ENABLE) && defined(HAVE_LCD_COLOR) \param enable_hook \description |