1
0

New branch for LED mapping feature

This commit is contained in:
Kai Ryu 2014-07-19 11:27:00 +09:00
parent 83cb4efc6b
commit a34c3bf088
2 changed files with 10 additions and 0 deletions

1
common/ledmap.c Normal file
View File

@ -0,0 +1 @@
#include "ledmap.h"

9
common/ledmap.h Normal file
View File

@ -0,0 +1,9 @@
#ifndef LEDMAP_H
#define LEDMAP_H
#ifdef LEDMAP_ENABLE
#else
#endif
#endif