Project

General

Profile

Revision 1370

documentation fix

View differences:

trunk/code/projects/libdragonfly/serial.c
37 37
#include <stdio.h>
38 38
#include "serial.h"
39 39

  
40
FILE *usb_fd;  //For use with fprintf() and related stdio functions
41
FILE *xbee_fd;  //For use with fprintf() and related stdio functions
40
/**
41
 * For use with fprintf() and related stdio functions
42
 **/
43
FILE *usb_fd;
42 44

  
43 45
/**
46
 * For use with fprintf() and related stdio functions
47
 **/
48
FILE *xbee_fd;
49

  
50
/**
44 51
 * Initializes communication over the USB serial port.
45 52
 * This must be called before any other usb function
46 53
 * may be used.

Also available in: Unified diff