mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-09 17:25:00 +00:00
added undef of putchar for platforms where it is a macro
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: slip-bridge.c,v 1.4 2010/10/21 18:23:44 joxe Exp $
|
||||
* $Id: slip-bridge.c,v 1.5 2011/01/14 17:57:48 joxe Exp $
|
||||
*/
|
||||
|
||||
/**
|
||||
@@ -99,6 +99,7 @@ output(void)
|
||||
}
|
||||
|
||||
/*---------------------------------------------------------------------------*/
|
||||
#undef putchar
|
||||
int
|
||||
putchar(int c)
|
||||
{
|
||||
|
Reference in New Issue
Block a user