diff options
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/drivers/mas.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/drivers/mas.c b/firmware/drivers/mas.c index 95697a79e9..891ceff18d 100644 --- a/firmware/drivers/mas.c +++ b/firmware/drivers/mas.c @@ -271,7 +271,6 @@ void mas_reset(void) or_b(0x01, &PAIORH); #if CONFIG_HWCODEC == MAS3507D - or_b(0x01, &PAIORH); and_b(~0x01, &PADRH); sleep(HZ/100); or_b(0x01, &PADRH); |