Add values for new-style CONFIG_PRINTF option.
[bertos.git] / cpu.h
diff --git a/cpu.h b/cpu.h
index 8d9ed1db923d00955f9aa9fc57bc1cfd26d2d57c..4715908b3d5666804b1a7209fb8f2f7a1ffdb41e 100755 (executable)
--- a/cpu.h
+++ b/cpu.h
@@ -17,6 +17,9 @@
 
 /*
  * $Log$
+ * Revision 1.7  2004/07/20 23:26:48  bernie
+ * Fix two errors introduced by previous commit.
+ *
  * Revision 1.6  2004/07/20 23:12:16  bernie
  * Rationalize and document SCHEDULER_IDLE.
  *
  * in hosted environments such as emulators.
  */
 #ifndef SCHEDULER_IDLE
-       #if (ARCH & ARCH_EMUL)
+       #if defined(ARCH_EMUL) && (ARCH & ARCH_EMUL)
                /* This emulator hook should yeld the CPU to the host.  */
                EXTERN_C_BEGIN
                void SchedulerIdle(void);