Skip to content

Commit

Permalink
By mistake, I had modify libnfc's 1.3.2 tag instead of trunk. Its now…
Browse files Browse the repository at this point in the history
… fixed.

Pointy hat to me :).
  • Loading branch information
neomilium committed Feb 10, 2010
1 parent 545a2d6 commit 70915a7
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/lib/buses/uart.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*-
* Public platform independent Near Field Communication (NFC) library
*
* Copyright (C) 2009, 2010, Roel Verdult, Romuald Conty
* Copyright (C) 2009, Roel Verdult
*
* This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published by the
Expand All @@ -20,9 +20,7 @@

/**
* @file uart.c
* @brief UART driver
*
* This file can be splitted in two parts: POSIX-like and Windows parts.
* @brief
*/

/*
Expand All @@ -36,14 +34,14 @@ Based on RS232 code written by Teunis van Beelen available:

#include "uart.h"

#include <sys/select.h>

#include <nfc/nfc-messages.h>

// Test if we are dealing with unix operating systems
#ifndef _WIN32

#include <sys/select.h>
#include <termios.h>

typedef struct termios term_info;
typedef struct {
int fd; // Serial port file descriptor
Expand Down

0 comments on commit 70915a7

Please sign in to comment.