X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fframe.h;fp=bertos%2Fcpu%2Fframe.h;h=c96351566f156c71d93de7fe50c803403ebc2966;hb=b133b352362d998b403b32169e21dfc937d1b413;hp=2a9680a2a7e64231ca89ae4c35645ddc652ec52a;hpb=e2032d11555a8b623522e6622041e777212e07aa;p=bertos.git diff --git a/bertos/cpu/frame.h b/bertos/cpu/frame.h index 2a9680a2..c9635156 100644 --- a/bertos/cpu/frame.h +++ b/bertos/cpu/frame.h @@ -226,7 +226,7 @@ * in hosted environments such as emulators. */ #ifndef CPU_IDLE - #if defined(ARCH_EMUL) && (ARCH & ARCH_EMUL) + #if defined(ARCH_QT) && (ARCH & ARCH_QT) /* This emulator hook should yield the CPU to the host. */ EXTERN_C_BEGIN void emul_idle(void);