1
0

Add macro defination for led matrix

This commit is contained in:
Kai Ryu 2014-04-11 16:54:16 +09:00
parent 54028c2b65
commit 19ef3f825a

View File

@ -18,6 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <avr/io.h>
#include "led_matrix.h"
#ifdef LED_MATRIX_ENABLE
#if defined(GH60_REV_CNY)
/* LED Column pin configuration
@ -90,3 +91,4 @@ void led_matrix_select_row(uint8_t row)
}
#endif
#endif