Commit 051a4eb3 authored by Laurent Aimar's avatar Laurent Aimar

Fixed cc.h multiple includes protection define.

parent 4e033b07
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
*****************************************************************************/ *****************************************************************************/
#ifndef _CC_H #ifndef _CC_H
#define _C_H 1 #define _CC_H 1
/* CC have a maximum rate of 9600 bit/s (per field?) */ /* CC have a maximum rate of 9600 bit/s (per field?) */
#define CC_MAX_DATA_SIZE (2 * 3*600) #define CC_MAX_DATA_SIZE (2 * 3*600)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment