summaryrefslogtreecommitdiff
path: root/firmware/target/sh/archos/recorder/usb-recorder.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/sh/archos/recorder/usb-recorder.c')
-rw-r--r--firmware/target/sh/archos/recorder/usb-recorder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/sh/archos/recorder/usb-recorder.c b/firmware/target/sh/archos/recorder/usb-recorder.c
index 2934b32a3c..7ed237068e 100644
--- a/firmware/target/sh/archos/recorder/usb-recorder.c
+++ b/firmware/target/sh/archos/recorder/usb-recorder.c
@@ -30,7 +30,7 @@ bool usb_detect(void)
30 30
31void usb_enable(bool on) 31void usb_enable(bool on)
32{ 32{
33 if(read_hw_mask() & USB_ACTIVE_HIGH) 33 if(HW_MASK & USB_ACTIVE_HIGH)
34 on = !on; 34 on = !on;
35 35
36 if(on) 36 if(on)