mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
hardware_caps: use define instead of value; better readability
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7cca1e02c3
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-03-10 (Fri, 10 Mar 2017)
Origin message was:
------------------
- hardware_caps: use define instead of value; better readability
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -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");
|
||||
|
Reference in New Issue
Block a user