Merge branch 'master' into update
Change-Id: Icec244b174cc0c67ab58961649a369db7f344824
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
static int riscv_gdb_thread_packet(struct connection *connection, const char *packet, int packet_size);
|
||||
static int riscv_gdb_v_packet(struct connection *connection, const char *packet, int packet_size);
|
||||
|
||||
static int riscv_detect_rtos(struct target *target)
|
||||
static bool riscv_detect_rtos(struct target *target)
|
||||
{
|
||||
LOG_ERROR("riscv_detect_rtos() unimplemented");
|
||||
return -1;
|
||||
|
||||
Reference in New Issue
Block a user