Skip to content

Commit fac572c

Browse files
author
mars
committed
signed parameter values
1 parent 916835b commit fac572c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

WebSource/web.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ unsigned long systicks(){
5151
#define NOF_PARAMETERS 16
5252
static int blocksize;
5353
static char* patchName = NULL;
54-
static uint16_t parameters[NOF_PARAMETERS];
54+
static int16_t parameters[NOF_PARAMETERS];
5555
static char* parameterNames[NOF_PARAMETERS];
5656
static volatile uint16_t buttons = 1<<2; // GREEN
5757

0 commit comments

Comments
 (0)