Include voices.c in sysexfileloader.cpp

pull/37/head
Rene Stange 3 years ago
parent 175fb3b441
commit 25c2f12aa1
  1. 1
      src/kernel.cpp
  2. 3
      src/sysexfileloader.cpp

@ -22,7 +22,6 @@
#include <string.h>
#include <circle/logger.h>
#include <circle/synchronize.h>
#include "voices.c"
LOGMODULE ("kernel");

@ -24,8 +24,7 @@
#include <string.h>
#include <assert.h>
#include <circle/logger.h>
extern uint8_t voices_bank[1][32][156];
#include "voices.c"
LOGMODULE ("syxfile");

Loading…
Cancel
Save