Skip to content

Commit

Permalink
Change VYS_SPECTRUM_OFFSET value to 32
Browse files Browse the repository at this point in the history
This is determined by wcbe; previous value was incorrect.
  • Loading branch information
mpokorny committed Nov 2, 2017
1 parent 0d93871 commit 4eaa8a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion py/vysmaw.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ from libcpp cimport bool

cdef extern from "vysmaw.h":

int VYS_SPECTRUM_OFFSET = 16
int VYS_SPECTRUM_OFFSET = 32

DEF VYS_MULTICAST_ADDRESS_SIZE = 32

Expand Down
2 changes: 1 addition & 1 deletion src/vys.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ extern "C" {

#define VYS_MULTICAST_ADDRESS_SIZE 32
#define VYS_CONFIG_ID_SIZE 60
#define VYS_SPECTRUM_OFFSET 16
#define VYS_SPECTRUM_OFFSET 32

struct vys_spectrum_info {
uint64_t data_addr;
Expand Down

0 comments on commit 4eaa8a1

Please sign in to comment.