Skip to content

Commit

Permalink
updated includes
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Stadie committed Feb 11, 2024
1 parent c70ab8f commit f86d42f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
11 changes: 0 additions & 11 deletions lib/uart/usb_uart_bridge.c
Original file line number Diff line number Diff line change
@@ -1,15 +1,4 @@
#include "usb_uart_bridge.h"
#include "usb_cdc.h"
#include <cli/cli_vcp.h>
#include <cli/cli.h>
#include <toolbox/api_lock.h>
#include <furi_hal.h>
#include <furi_hal_usb_cdc.h>
#include "yuricable_pro_max_asciiart.h"

//TODO: FL-3276 port to new USART API
#include <stm32wbxx_ll_lpuart.h>
#include <stm32wbxx_ll_usart.h>

#define USB_CDC_PKT_LEN CDC_DATA_SZ
#define USB_UART_RX_BUF_SIZE (USB_CDC_PKT_LEN * 5)
Expand Down
11 changes: 11 additions & 0 deletions lib/uart/usb_uart_bridge.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@
#include <stddef.h>
#include <stdbool.h>
#include <log_saver.h>
#include "usb_cdc.h"
#include <cli/cli_vcp.h>
#include <cli/cli.h>
#include <toolbox/api_lock.h>
#include <furi_hal.h>
#include <furi_hal_usb_cdc.h>
#include "yuricable_pro_max_asciiart.h"

//TODO: FL-3276 port to new USART API
#include <stm32wbxx_ll_lpuart.h>
#include <stm32wbxx_ll_usart.h>

#define COMMAND_LENGTH 16

Expand Down
1 change: 0 additions & 1 deletion yuricable_pro_max.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

#include <gui/gui.h>
#include "lib/sdq/sdq_device.c"
#include "lib/uart/usb_uart_bridge.h"

typedef enum { EventTypeKey } EventType;

Expand Down

0 comments on commit f86d42f

Please sign in to comment.