Skip to content

Commit

Permalink
FHSS API: Added new configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarkko Paso committed Jan 11, 2018
1 parent 0f9f0bb commit 3ed145f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nanostack/fhss_config.h
Expand Up @@ -103,6 +103,12 @@ typedef struct fhss_synch_configuration

/** Number of superframes. */
uint8_t fhss_number_of_superframes;

/** Broadcast interval. Interval between started broadcast channels. (milliseconds) */
uint32_t fhss_broadcast_interval;

/** Broadcast dwell time. (milliseconds) */
uint8_t fhss_bc_dwell_interval;
} fhss_synch_configuration_t;


Expand Down

0 comments on commit 3ed145f

Please sign in to comment.