fix previous commit. sorry for the fuss
This commit is contained in:
@@ -21,6 +21,7 @@
|
|||||||
#include "mode.h"
|
#include "mode.h"
|
||||||
#include "shared/sockets.h"
|
#include "shared/sockets.h"
|
||||||
#include "shared/debug.h"
|
#include "shared/debug.h"
|
||||||
|
#include "shared/report.h"
|
||||||
|
|
||||||
#include "batt.h"
|
#include "batt.h"
|
||||||
#include "chrono.h"
|
#include "chrono.h"
|
||||||
@@ -134,7 +135,7 @@ void clear_modes()
|
|||||||
int
|
int
|
||||||
main(int argc, char **argv)
|
main(int argc, char **argv)
|
||||||
{
|
{
|
||||||
int i, j;
|
int i;
|
||||||
int c;
|
int c;
|
||||||
char *server = NULL;
|
char *server = NULL;
|
||||||
int port = LCDPORT;
|
int port = LCDPORT;
|
||||||
|
|||||||
Reference in New Issue
Block a user