diff options
author | Martin Braun <martin.braun@ettus.com> | 2016-06-17 14:35:17 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2016-06-17 14:35:17 -0700 |
commit | f693349f12a66cfad2159779757e2ea1d6d483be (patch) | |
tree | 1c335011ec094ab03b3faaf892792b60ed3b80c4 /host/lib/usrp_clock/octoclock/common.h | |
parent | e103b5e67061c9b22cce2e36cf9b40a8213ecb82 (diff) | |
parent | 9cc4e16b77d074c8d416725ead1afb8898007eb3 (diff) | |
download | uhd-f693349f12a66cfad2159779757e2ea1d6d483be.tar.gz uhd-f693349f12a66cfad2159779757e2ea1d6d483be.tar.bz2 uhd-f693349f12a66cfad2159779757e2ea1d6d483be.zip |
Merge branch 'maint'
Diffstat (limited to 'host/lib/usrp_clock/octoclock/common.h')
-rw-r--r-- | host/lib/usrp_clock/octoclock/common.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/host/lib/usrp_clock/octoclock/common.h b/host/lib/usrp_clock/octoclock/common.h index 89fec9ce5..191b93d36 100644 --- a/host/lib/usrp_clock/octoclock/common.h +++ b/host/lib/usrp_clock/octoclock/common.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2015 Ettus Research LLC + * Copyright 2014-2016 Ettus Research LLC * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -46,7 +46,8 @@ extern "C" { // These values are placed in the octoclock_packet_t.proto_ver field #define OCTOCLOCK_BOOTLOADER_PROTO_VER 1234 -#define OCTOCLOCK_FW_COMPAT_NUM 3 +#define OCTOCLOCK_FW_MIN_COMPAT_NUM 2 +#define OCTOCLOCK_FW_COMPAT_NUM 4 // UDP ports assigned for different tasks #define OCTOCLOCK_UDP_CTRL_PORT 50000 |