mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-15 18:00:28 -04:00
removed comments
This commit is contained in:
parent
b4a6b958e5
commit
f6c496d1d3
1 changed files with 0 additions and 2 deletions
|
@ -179,8 +179,6 @@ static PortaPackModel portapack_model() {
|
||||||
static Optional<PortaPackModel> model;
|
static Optional<PortaPackModel> model;
|
||||||
|
|
||||||
if( !model.is_valid() ) {
|
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() ) {
|
if( audio_codec_wm8731.detected() ) {
|
||||||
model = PortaPackModel::R1_20150901;
|
model = PortaPackModel::R1_20150901;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue