driver update
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <vx_driver.h>
|
||||
|
||||
struct ihex_t {
|
||||
static constexpr int MAX_LINE_SIZE = 524;
|
||||
static constexpr int MAX_DATA_SIZE = 255;
|
||||
@@ -12,4 +14,6 @@ struct ihex_t {
|
||||
bool is_eof;
|
||||
};
|
||||
|
||||
int parse_ihex_line(char* line, ihex_t* out);
|
||||
int parse_ihex_line(char* line, ihex_t* out);
|
||||
|
||||
int upload_program(vx_device_h device, const char* filename);
|
||||
Reference in New Issue
Block a user