mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-07 08:24:43 -04:00
Adapt to MSVC linker
This commit is contained in:
@@ -17,7 +17,9 @@
|
||||
#ifndef DEVICES_HACKRF_DEVICEHACKRFVALUES_H_
|
||||
#define DEVICES_HACKRF_DEVICEHACKRFVALUES_H_
|
||||
|
||||
class HackRFBandwidths {
|
||||
#include "util/export.h"
|
||||
|
||||
class DEVICES_API HackRFBandwidths {
|
||||
public:
|
||||
static unsigned int getBandwidth(unsigned int bandwidth_index);
|
||||
static unsigned int getBandwidthIndex(unsigned int bandwidth);
|
||||
|
||||
Reference in New Issue
Block a user