1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 20:35:33 +03:00

Disabled page debugging

This commit is contained in:
jflyper 2017-05-01 11:56:25 +09:00
parent 4c114db666
commit f4c21d06a9

View file

@ -21,6 +21,7 @@
CMS-displayPort separation by jflyper and martinbudden
*/
//#define CMS_PAGE_DEBUG // For multi-page/menu debugging
//#define CMS_MENU_DEBUG // For external menu content creators
#include <stdbool.h>
@ -166,8 +167,6 @@ static CMS_Menu menuErr = {
};
#endif
#define CMS_PAGE_DEBUG
#ifdef CMS_PAGE_DEBUG
#define cmsPageDebug() { \
debug[0] = pageCount; \