bugfixes and reduced version for disco board only

Dependents:   Scope DISCO-F746NG_Sinewave DISCO-F746NG_Sweep DISCO-F746NG_Oscilloscope ... more

Fork of BSP_DISCO_F746NG_patch by Nirvana Jay

Files at this revision

API Documentation at this revision

Comitter:
the_sz
Date:
Sun Jan 31 17:45:21 2016 +0000
Parent:
6:314e262e64b3
Commit message:
remove debug line

Changed in this revision

stm32746g_discovery_lcd.c Show annotated file Show diff for this revision Revisions of this file
diff -r 314e262e64b3 -r a4e658110084 stm32746g_discovery_lcd.c
--- a/stm32746g_discovery_lcd.c	Sun Jan 31 01:01:50 2016 +0000
+++ b/stm32746g_discovery_lcd.c	Sun Jan 31 17:45:21 2016 +0000
@@ -1355,7 +1355,6 @@
       break;
       
     case 2:
-//      line =  (pchar[1]<< 8) | pchar[0];      
       line =  (pchar[0]<< 8) | pchar[1];      
       break;