Skip to content

Commit

Permalink
Fix Windows compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
DominykasPetke committed Feb 22, 2024
1 parent 4740307 commit b6671ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mcu_program/spi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

static lime::LMS7002M* serPort;

extern float bandwidthRF;
extern float RefClk;
extern "C" float bandwidthRF;
extern "C" float RefClk;

void SetupCalibrations(lime::LMS7002M* chip, double BW)
{
Expand Down

0 comments on commit b6671ec

Please sign in to comment.