From cfa38524956ee218c827f4bfeaaa3f4009fe5f44 Mon Sep 17 00:00:00 2001 From: jflyper Date: Wed, 16 Nov 2016 23:33:09 +0900 Subject: [PATCH] Minor comment update --- src/main/io/osd.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/io/osd.c b/src/main/io/osd.c index 32c0cdbf2..c8dd3d9b6 100755 --- a/src/main/io/osd.c +++ b/src/main/io/osd.c @@ -416,7 +416,9 @@ void osdInit(void) armState = ARMING_FLAG(ARMED); - // This will eventually go away, or replaced with hal. + // This will eventually go away when moving to a full displayPort + // oriented implementation, or replaced with hal. + max7456Init(&masterConfig.vcdProfile); max7456ClearScreen();