diff options
-rw-r--r-- | remote_plot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remote_plot.c b/remote_plot.c index 1d1cab7..9be27a1 100644 --- a/remote_plot.c +++ b/remote_plot.c @@ -44,7 +44,7 @@ #define ENTRY_SIZE 1067 // 16 KiB == 16384 bytes // https://api.libssh.org/stable/libssh_tutor_sftp.html -#define MAX_XFER_BUF_SIZE 16384/ENTRY_SIZE*ENTRY_SIZE +#define MAX_XFER_BUF_SIZE (16384/ENTRY_SIZE*ENTRY_SIZE) const char *checkbutton_names[]={ "0x630_BMS_M1_Cell_1_Voltage", |