We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f355ef2 + 5d43f60 commit 1dd6374Copy full SHA for 1dd6374
1 file changed
src/driver/rtc6715.c
@@ -57,7 +57,6 @@ static void rtc6715_power(bool is_on) {
57
#elif defined(HDZGOGGLE2)
58
DM5680_InternalAnalog_Power(is_on);
59
#endif
60
- I2C_Write(ADDR_FPGA, 0x8C, (is_on << 1)); // rf switch
61
62
if (is_on) {
63
usleep(200 * 1000); // wait for power stable
0 commit comments