diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2020-10-12 11:48:07 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2020-10-12 11:48:07 -0400 |
commit | 688575368c45a2a30a6dbfeffff07a7595024a53 (patch) | |
tree | 9967a928708528bf10910b4a442b89dc2bde2ef7 /firmware | |
parent | 17244177ee003ef7876247606fa2ffb8ffea0604 (diff) |
rocker: Fix red introduced in 01dc81c
Change-Id: I08169395702b74f8ea6cd939520c69745ae8b876
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/drivers/audio/rocker_codec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/drivers/audio/rocker_codec.c b/firmware/drivers/audio/rocker_codec.c index e34cb87e9b..f4135fdaa5 100644 --- a/firmware/drivers/audio/rocker_codec.c +++ b/firmware/drivers/audio/rocker_codec.c @@ -74,7 +74,6 @@ void audiohw_preinit(void) void audiohw_postinit(void) { - logf("hw postinit"); } void audiohw_close(void) |