Skip to content

Commit

Permalink
Merge pull request Chysn#56 from Nagasaki45/no-enigma
Browse files Browse the repository at this point in the history
Add OC_strings to DualQuant in case enigma app is disabled. Fix Chysn#38
  • Loading branch information
benirose committed Feb 9, 2023
2 parents a78742e + 3fbb076 commit ed3910d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion software/o_c_REV/APP_ENIGMA.ino
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

#ifdef ENABLE_APP_ENIGMA

#include "OC_strings.h"
#include "HSApplication.h"
#include "HSMIDI.h"
#include "enigma/TuringMachine.h"
Expand Down
1 change: 0 additions & 1 deletion software/o_c_REV/OC_ui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#include "OC_core.h"
#include "OC_gpio.h"
#include "OC_menus.h"
#include "OC_strings.h"
#include "OC_ui.h"
#include "OC_version.h"
#include "OC_options.h"
Expand Down
1 change: 1 addition & 0 deletions software/o_c_REV/o_c_REV.ino
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#include "OC_calibration.h"
#include "OC_digital_inputs.h"
#include "OC_menus.h"
#include "OC_strings.h"
#include "OC_ui.h"
#include "OC_version.h"
#include "OC_options.h"
Expand Down

0 comments on commit ed3910d

Please sign in to comment.