FIX: travisCI complains. dummy -> dummy_sgc.
This commit is contained in:
@@ -22,7 +22,7 @@ void dummy_sgc (int clock, int startidx) {}
|
|||||||
#else
|
#else
|
||||||
uint8_t g_debugMode=0;
|
uint8_t g_debugMode=0;
|
||||||
# define prnt dummy
|
# define prnt dummy
|
||||||
# define sgc dummy
|
# define sgc dummy_sgc
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
void SetGraphClock(int clock, int startidx){
|
void SetGraphClock(int clock, int startidx){
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
#include <stdbool.h> // for bool
|
#include <stdbool.h> // for bool
|
||||||
#include <string.h> // for strcmp
|
#include <string.h> // for strcmp
|
||||||
#include <stdlib.h> // for
|
#include <stdlib.h> // for
|
||||||
|
#include "ui.h" // plotclock, plotclockstartindex
|
||||||
//generic
|
//generic
|
||||||
void SetGraphClock(int clock, int startidx);
|
void SetGraphClock(int clock, int startidx);
|
||||||
uint8_t justNoise(uint8_t *bits, size_t size);
|
uint8_t justNoise(uint8_t *bits, size_t size);
|
||||||
|
|||||||
Reference in New Issue
Block a user