New branch for LED mapping feature
This commit is contained in:
parent
48725ce63d
commit
28ddc9c69f
1
common/ledmap.c
Normal file
1
common/ledmap.c
Normal file
@ -0,0 +1 @@
|
||||
#include "ledmap.h"
|
9
common/ledmap.h
Normal file
9
common/ledmap.h
Normal file
@ -0,0 +1,9 @@
|
||||
#ifndef LEDMAP_H
|
||||
#define LEDMAP_H
|
||||
|
||||
#ifdef LEDMAP_ENABLE
|
||||
|
||||
#else
|
||||
#endif
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user