Skip to content

Commit

Permalink
Fix CW340 build
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-dewar committed Nov 9, 2023
1 parent 7896fcc commit 5041c0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion microfw/CW310/src/naeusb_board_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#ifdef __PLAT_CW340__

extern volatile uint8_t I2C_LOCK;
extern uint8_t FPGA_PINS_ON;



Expand Down Expand Up @@ -256,6 +257,7 @@ void kill_fpga_power(void);
*/

extern volatile uint8_t I2C_LOCK;
extern uint8_t FPGA_PINS_ON;



Expand Down Expand Up @@ -502,5 +504,4 @@ void kill_fpga_power(void);

#endif /* CW305_PLUS_PINS_H_ */

extern uint8_t FPGA_PINS_ON;
#endif

0 comments on commit 5041c0f

Please sign in to comment.