Add v1.3.1 to supported hardware revisions

This commit is contained in:
2021-10-24 21:58:52 +02:00
parent 22bb227bc7
commit 6b9b7d78a0
3 changed files with 8 additions and 0 deletions

View File

@@ -64,6 +64,9 @@ enum hw_revision get_pcb_hardware_version(void)
case 1U:
revision = HW_REV_V1_3;
break;
case 2U:
revision = HW_REV_V1_3_1;
break;
default:
revision = HW_REV_ERROR;
}