소스 검색

Add compile conditional for assembler(xprintf)

tags/v1.9
tmk 11 년 전
부모
커밋
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

Loading…
취소
저장