Skip to content

Commit

Permalink
Use the existing constants for device server path
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1v committed Nov 22, 2019
1 parent 7d7f3da commit c9d886f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/server.c
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ execute_server(struct server *server, const struct server_params *params) {
sprintf(max_fps_string, "%"PRIu16, params->max_fps);
const char *const cmd[] = {
"shell",
"CLASSPATH=/data/local/tmp/" SERVER_FILENAME,
"CLASSPATH=" DEVICE_SERVER_PATH,
"app_process",
#ifdef SERVER_DEBUGGER
# define SERVER_DEBUGGER_PORT "5005"
Expand Down

0 comments on commit c9d886f

Please sign in to comment.