X-Git-Url: http://git.droids-corp.org/?p=protos%2Fxbee-avr.git;a=blobdiff_plain;f=cmdline.h;fp=cmdline.h;h=58798a31a7c9cdb0b1351fcdf045ff75797c7dbc;hp=3b8bf50fbd845c8a6aa9b9cf98cc70291672ae8c;hb=8fcd09b3ebe4880910ea909e298f2eeb563ac6fe;hpb=a8c1b4c97c02a29a202362263597e90d36f25c18 diff --git a/cmdline.h b/cmdline.h index 3b8bf50..58798a3 100644 --- a/cmdline.h +++ b/cmdline.h @@ -20,6 +20,8 @@ * */ +#ifndef _CMDLINE_H_ +#define _CMDLINE_H_ #define CMDLINE_UART 1 #define XBEE_UART 0 @@ -55,3 +57,5 @@ static inline uint8_t cmdline_getchar_wait(void) { return uart_recv(CMDLINE_UART); } + +#endif /* _CMDLINE_H_ */