center-3xx: Drop unneeded #define.

This commit is contained in:
Uwe Hermann 2014-11-18 19:42:31 +01:00
parent 6685e9a6b3
commit 489c338884
1 changed files with 1 additions and 4 deletions

View File

@ -31,14 +31,11 @@
#define LOG_PREFIX "center-3xx"
/* Note: When adding entries here, don't forget to update CENTER_DEV_COUNT. */
enum {
CENTER_309,
VOLTCRAFT_K204,
};
#define CENTER_DEV_COUNT 2
struct center_dev_info {
char *vendor;
char *device;
@ -51,7 +48,7 @@ struct center_dev_info {
int (*receive_data)(int, int, void *);
};
extern SR_PRIV const struct center_dev_info center_devs[CENTER_DEV_COUNT];
extern SR_PRIV const struct center_dev_info center_devs[];
#define SERIAL_BUFSIZE 256