Skip to content

Commit

Permalink
move usb_configurator declation to correct file
Browse files Browse the repository at this point in the history
  • Loading branch information
bkleiner committed Oct 7, 2022
1 parent 3054d1f commit 5c39ec5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/drivers/drv_usb.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

#include "project.h"

extern void usb_configurator();
void usb_init();
uint8_t usb_detect();
uint32_t usb_serial_read(uint8_t *data, uint32_t len);
Expand Down
1 change: 1 addition & 0 deletions src/io/usb_configurator.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ void usb_serial_passthrough(usart_ports_t port, uint32_t baudrate, uint8_t stop_
void usb_process_msp();
void usb_process_quic();
void usb_quic_logf(const char *fmt, ...);
void usb_configurator();

#if defined(DEBUG) && defined(DEBUG_LOGGING)
#define quic_debugf(args...) usb_quic_logf(args)
Expand Down

0 comments on commit 5c39ec5

Please sign in to comment.