Skip to content

Commit

Permalink
Update drv_can_ymodem.c
Browse files Browse the repository at this point in the history
  • Loading branch information
redocCheng authored Jan 4, 2021
1 parent fd2fb51 commit 0a913a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions demo/drv_can_ymodem.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
#define LOG_TAG "drv.can_ymodem"
#include <drv_log.h>

#define CAN_ID_KEYBOARD0_TO_SC_FILE (0x30)

struct rt_can_ymodem_device can_ymodem_device;

static rt_err_t can_file_send(uint32_t can_id, can_cmd_file_t cmd, uint8_t *buffer, uint8_t size);
Expand Down

0 comments on commit 0a913a7

Please # to comment.