Skip to content

Commit

Permalink
guest_c: update the hardcoded default sensor name
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Dec 26, 2023
1 parent af29e2e commit 19aa6ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guest_c/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ exports_wasi_sensor_interface_main()

fprintf(stderr, "C guest started\n");

const char *sensor = "dummy";
const char *sensor = "dummy:dummy";
{
uint8_t *argbuf;
size_t arg_size;
Expand Down

0 comments on commit 19aa6ac

Please sign in to comment.