From f6c496d1d30c89ab758db07bbfa8fcdf8c71e0f3 Mon Sep 17 00:00:00 2001 From: jLynx Date: Tue, 5 Apr 2022 10:56:09 +1200 Subject: [PATCH] removed comments --- firmware/application/portapack.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/firmware/application/portapack.cpp b/firmware/application/portapack.cpp index b574597d..0f9c8b48 100644 --- a/firmware/application/portapack.cpp +++ b/firmware/application/portapack.cpp @@ -179,8 +179,6 @@ static PortaPackModel portapack_model() { static Optional model; if( !model.is_valid() ) { - /*For the time being, it is impossible to distinguish the hardware of R1 and R2 from the software level*/ - /*At this point, I2c is not ready.*/ if( audio_codec_wm8731.detected() ) { model = PortaPackModel::R1_20150901; } else {