Skip to content

Commit 1dd6374

Browse files
authored
Merge pull request #599 from RaceMiata/boxpro-av-in
Move merged goggle2 code in ifdef
2 parents f355ef2 + 5d43f60 commit 1dd6374

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/driver/rtc6715.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ static void rtc6715_power(bool is_on) {
5757
#elif defined(HDZGOGGLE2)
5858
DM5680_InternalAnalog_Power(is_on);
5959
#endif
60-
I2C_Write(ADDR_FPGA, 0x8C, (is_on << 1)); // rf switch
6160

6261
if (is_on) {
6362
usleep(200 * 1000); // wait for power stable

0 commit comments

Comments
 (0)