Skip to content

Commit

Permalink
fix dup define.
Browse files Browse the repository at this point in the history
  • Loading branch information
x42 committed Feb 18, 2015
1 parent 76d7674 commit 5eb5f73
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions b_synth/lv2.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@
#include "pgmParser.h"
#include "program.h"

#define BUFFER_SIZE_SAMPLES (128)

typedef enum {
B3S_MIDIIN = 0,
B3S_MIDIOUT,
Expand Down
2 changes: 1 addition & 1 deletion src/tonegen.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

#define NOF_BUSES 27 /* Nof of drawbars/buses */

#define BUFFER_SIZE_SAMPLES (128)
#define BUFFER_SIZE_SAMPLES 128


/**
Expand Down

0 comments on commit 5eb5f73

Please sign in to comment.