瀏覽代碼

Add compile conditional for assembler(xprintf)

led_matrix
tmk 10 年之前
父節點
當前提交
86623f5724
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. 2
    0
      converter/adb_usb/config.h

+ 2
- 0
converter/adb_usb/config.h 查看文件

@@ -58,10 +58,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
//#define ADB_PSW_BIT 1 // optional

/* key combination for command */
#ifndef __ASSEMBLER__
#include "adb.h"
#include "matrix.h"
#define IS_COMMAND() ( \
matrix_is_on(MATRIX_ROW(ADB_POWER), MATRIX_COL(ADB_POWER)) \
)
#endif

#endif