- hardware_caps: use define instead of value; better readability

This commit is contained in:
svenhoefer
2017-03-10 15:07:52 +01:00
parent 83de4ba055
commit 7cca1e02c3

View File

@@ -55,7 +55,7 @@ hw_caps_t *get_hwcaps(void) {
caps.force_tuner_2G = 1;
break;
case 11:
if (chip == 33904 /*0x8470*/)
if (chip == CS_CHIP_SHINER)
{
strcpy(caps.boxname, "Trinity");
strcpy(caps.boxarch, "Shiner");