Skip to content

Commit

Permalink
Update header to match new format
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperDisk committed Dec 31, 2024
1 parent 3bd1d8b commit d805548
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/hUGEDriver.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ typedef struct hUGENoiseInstr_t {
} hUGENoiseInstr_t;

typedef struct hUGESong_t {
unsigned char tempo;
const unsigned char * order_cnt;
const unsigned char tempo1, tempo2, tempo3, tempo4;
const unsigned char order_cnt;
const unsigned char ** order1, ** order2, ** order3, ** order4;
const hUGEDutyInstr_t * duty_instruments;
const hUGEWaveInstr_t * wave_instruments;
Expand All @@ -136,7 +136,7 @@ extern volatile unsigned char hUGE_current_wave;
extern volatile unsigned char hUGE_mute_mask;

inline void hUGE_reset_wave(void) {
hUGE_current_wave = 100;
hUGE_current_wave = 100;
}

#endif

0 comments on commit d805548

Please sign in to comment.