mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2026-04-19 14:52:43 +00:00
Fixed SDRplay AGC and added hardware donators to the credits
This commit is contained in:
@@ -4,8 +4,10 @@
|
||||
namespace sdrpp_credits {
|
||||
SDRPP_EXPORT const char* contributors[];
|
||||
SDRPP_EXPORT const char* libraries[];
|
||||
SDRPP_EXPORT const char* hardwareDonators[];
|
||||
SDRPP_EXPORT const char* patrons[];
|
||||
SDRPP_EXPORT const int contributorCount;
|
||||
SDRPP_EXPORT const int libraryCount;
|
||||
SDRPP_EXPORT const int hardwareDonatorCount;
|
||||
SDRPP_EXPORT const int patronCount;
|
||||
}
|
||||
Reference in New Issue
Block a user