Skip to content

Commit

Permalink
libbladeRF: Removed SC16_Q12 reverse compat macro
Browse files Browse the repository at this point in the history
This has been scheduled for removal since RC1 and RC2.
  • Loading branch information
jynik committed Oct 21, 2014
1 parent 58fc841 commit da19ed2
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions host/libraries/libbladeRF/include/libbladeRF.h
Original file line number Diff line number Diff line change
Expand Up @@ -1176,15 +1176,6 @@ typedef enum {
BLADERF_FORMAT_SC16_Q11,
} bladerf_format;

/**
* Reverse compatibility for the sample format misnomer fix
*
* @warning This is scheduled to be removed in the future.
*/
#define BLADERF_FORMAT_SC16_Q12 BLADERF_FORMAT_SC16_Q11



/*
* Metadata status bits
*/
Expand Down

0 comments on commit da19ed2

Please sign in to comment.