mirror of
https://github.com/fairwaves/UHD-Fairwaves.git
synced 2025-10-22 23:31:59 +00:00
umtrx: remove misused class declspec UHD_API
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
*
|
||||
* Control of TI's ADS1015 12bit ADC with 4 muliplexers
|
||||
*/
|
||||
class UHD_API ads1015_ctrl {
|
||||
class ads1015_ctrl {
|
||||
public:
|
||||
enum ads1015_addr {
|
||||
ADS1015_NONE = 0,
|
||||
|
@@ -29,7 +29,7 @@
|
||||
*
|
||||
* Control of TI's TMP102 temperature sensors
|
||||
*/
|
||||
class UHD_API tmp102_ctrl {
|
||||
class tmp102_ctrl {
|
||||
public:
|
||||
enum conversion_rate {
|
||||
TMP102_CR_025HZ = 0,
|
||||
|
Reference in New Issue
Block a user