From cea5503ca006c712c007ad6d38c140c4ac241638 Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Tue, 10 Jan 2017 15:57:04 -0800 Subject: Fixup warnings from merge about undefined macro values, switch to VM keyboard exception and switch to FATFS reader. --- py/asmxtensa.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'py/asmxtensa.h') diff --git a/py/asmxtensa.h b/py/asmxtensa.h index 12083252e..6cfe60237 100644 --- a/py/asmxtensa.h +++ b/py/asmxtensa.h @@ -239,7 +239,7 @@ void asm_xtensa_mov_local_reg(asm_xtensa_t *as, int local_num, uint reg_src); void asm_xtensa_mov_reg_local(asm_xtensa_t *as, uint reg_dest, int local_num); void asm_xtensa_mov_reg_local_addr(asm_xtensa_t *as, uint reg_dest, int local_num); -#if GENERIC_ASM_API +#ifdef GENERIC_ASM_API // The following macros provide a (mostly) arch-independent API to // generate native code, and are used by the native emitter. -- cgit v1.2.3