Skip to content

Commit

Permalink
Merge pull request #191 from K-Society/experimental
Browse files Browse the repository at this point in the history
SetVerbosityLevel it doesn't seem to work...
  • Loading branch information
maniglia authored Jan 13, 2025
2 parents e1b7cc9 + ccbbf33 commit 3871ab0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 1 addition & 4 deletions src/01/Programmer/Programmer.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#include "pch.h"
#include <stdexcept>

unsigned int verbosityLevel;

/* -------------------------------------------------------------------------------------------- */
/* STLINK functions */
/* -------------------------------------------------------------------------------------------- */
Expand Down Expand Up @@ -184,8 +182,7 @@ void SetDisplayCallbacks(displayCallBacks c)

void SetVerbosityLevel(int level)
{
verbosityLevel = level;
setVerbosityLevel(verbosityLevel);
setVerbosityLevel(level);
return;
}

Expand Down
2 changes: 0 additions & 2 deletions src/01/Programmer/Programmer.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
#define PROGRAMMER_API __declspec(dllimport)
#endif

extern unsigned int verbosityLevel;

/* -------------------------------------------------------------------------------------------- */
/* STLINK functions */
/* -------------------------------------------------------------------------------------------- */
Expand Down

0 comments on commit 3871ab0

Please sign in to comment.