Remove RF power enable from blinky -- it's not necessary.

This commit is contained in:
Jared Boone
2014-06-15 11:56:17 -07:00
parent 2abdebfb2a
commit fe9b4b8ca8

View File

@ -33,9 +33,6 @@ int main(void)
/* enable all power supplies */
enable_1v8_power();
#ifdef HACKRF_ONE
enable_rf_power();
#endif
/* Blink LED1/2/3 on the board and Read BOOT0/1/2/3 pins. */
while (1)