mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
FIX: travisCI complains. dummy -> dummy_sgc.
This commit is contained in:
parent
9833360b25
commit
88e7a6bfa7
2 changed files with 4 additions and 4 deletions
|
@ -22,10 +22,10 @@ void dummy_sgc (int clock, int startidx) {}
|
|||
#else
|
||||
uint8_t g_debugMode=0;
|
||||
# define prnt dummy
|
||||
# define sgc dummy
|
||||
# define sgc dummy_sgc
|
||||
#endif
|
||||
|
||||
void SetGraphClock( int clock, int startidx){
|
||||
void SetGraphClock(int clock, int startidx){
|
||||
PlotClock = clock;
|
||||
PlockClockStartIndex = startidx;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue