X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=uart_send9_nowait.c;fp=uart_send9_nowait.c;h=0000000000000000000000000000000000000000;hb=57895b3bb2fe0582c589685b7df34f3968b346ec;hp=86bed9cc10f781478452bd6e65bb67eb26b2efa1;hpb=9a9b64112aee5ab26398b46cb13b7e49c292a355;p=protos%2Fxbee-avr.git diff --git a/uart_send9_nowait.c b/uart_send9_nowait.c deleted file mode 100644 index 86bed9c..0000000 --- a/uart_send9_nowait.c +++ /dev/null @@ -1,65 +0,0 @@ -/* - * Copyright Droids Corporation, Microb Technology, Eirbot (2005) - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * - * Revision : $Id: uart_send9_nowait.c,v 1.1.2.2 2008-12-27 16:50:01 zer0 Exp $ - * - */ - -/* Olivier MATZ, Droids-corp 2004 - 2009 */ - -#include -#include -#include - -int uart_send_9bits_nowait(uint8_t num, int c) -{ - uint8_t flags; - IRQ_LOCK(flags); - - /* if tx intrp are disabled (RXCIE is 0) */ - if ( !(*uart_regs[num].ucsrb & (1 << RXCIE )) ) { - /* we have to poll the status register before xmit */ - if (*uart_regs[num].ucsra & (1<