X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Fcore%2Fao_stdio.c;h=9911813778698fadb89b1e40ec69ee6f91676f89;hp=cd144d6b45899861d1640478ab1bed393f5f98c6;hb=9671ca6c42544463fd551f81113c221265a2296e;hpb=e1e00a4b67fbdbae339219b35aefd44a1bcf9486 diff --git a/src/core/ao_stdio.c b/src/core/ao_stdio.c index cd144d6b..99118137 100644 --- a/src/core/ao_stdio.c +++ b/src/core/ao_stdio.c @@ -51,6 +51,9 @@ #ifndef USE_SERIAL_9_STDIN #define USE_SERIAL_9_STDIN 0 #endif +#ifndef PACKET_HAS_SLAVE +#define PACKET_HAS_SLAVE 0 +#endif #define USE_SERIAL_STDIN (USE_SERIAL_0_STDIN + \ USE_SERIAL_1_STDIN + \