summaryrefslogtreecommitdiff
path: root/docs/PLUGIN_API.new
diff options
context:
space:
mode:
Diffstat (limited to 'docs/PLUGIN_API.new')
-rw-r--r--docs/PLUGIN_API.new2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/PLUGIN_API.new b/docs/PLUGIN_API.new
index 02e9c8c157..1f24ac08bc 100644
--- a/docs/PLUGIN_API.new
+++ b/docs/PLUGIN_API.new
@@ -1394,7 +1394,7 @@ void lcd_set_drawmode(int mode)
1394 \description 1394 \description
1395 1395
1396void lcd_set_enable_hook(void (*enable_hook)(void)) 1396void lcd_set_enable_hook(void (*enable_hook)(void))
1397 \conditions !defined(HAVE_LCD_CHARCELLS) )) && (defined(HAVE_LCD_ENABLE 1397 \conditions !defined(HAVE_LCD_CHARCELLS) && defined(HAVE_LCD_ENABLE) && defined(HAVE_LCD_COLOR)
1398 \param enable_hook 1398 \param enable_hook
1399 \description 1399 \description
1400 1400