MS Visual Studio 2013 only supports OpenMP with signed integers in for loops.
So we have to change the variables involved for OpenMP support in GLCD from unsigned int to signed int.
Loading
Please sign in to comment
So we have to change the variables involved for OpenMP support in GLCD from unsigned int to signed int.