aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound/midi/mpu401.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/sound/midi/mpu401.c')
-rw-r--r--sys/dev/sound/midi/mpu401.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/midi/mpu401.c b/sys/dev/sound/midi/mpu401.c
index a344801d1982..2be285bc0040 100644
--- a/sys/dev/sound/midi/mpu401.c
+++ b/sys/dev/sound/midi/mpu401.c
@@ -118,7 +118,7 @@ static int
mpu401_intr(struct mpu401 *m)
{
#define MPU_INTR_BUF 16
- MIDI_TYPE b[MPU_INTR_BUF];
+ uint8_t b[MPU_INTR_BUF];
int i;
int s;