changes to get rid of warnings

This commit is contained in:
Dhanya Maliakal
2016-08-03 17:02:40 +02:00
parent c852463de1
commit 658f3459ca
2 changed files with 5 additions and 3 deletions

View File

@ -49,7 +49,9 @@ enum {
F_ENABLE_RECEIVER_OVERWRITE, /**< set overwrite flag in receiver */
F_ENABLE_RECEIVER_TEN_GIGA, /**< enable 10Gbe in receiver */
F_SET_RECEIVER_FIFO_DEPTH /**< set receiver fifo depth */
F_SET_RECEIVER_FIFO_DEPTH, /**< set receiver fifo depth */
F_SET_TRANSMISSION_DELAY /**< set transmission delay */
/* Always append functions hereafter!!! */
};