Skip to content

Commit 5ad5d21

Browse files
committed
tutorials: root_of_trust: fix command() in 'questionable service' to point to encryption oracle
1 parent 4f18914 commit 5ad5d21

File tree

1 file changed

+1
-1
lines changed
  • examples/tutorials/root_of_trust/questionable_service_milestone_one

1 file changed

+1
-1
lines changed

examples/tutorials/root_of_trust/questionable_service_milestone_one/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ int main(void) {
9999
}
100100

101101
// Bring everything down!
102-
syscall_return_t cr = command(0x99998, 1, 0, 0);
102+
syscall_return_t cr = command(0x99999, 2, 0, 0);
103103
if (cr.type != TOCK_SYSCALL_SUCCESS) {
104104
return tock_command_return_novalue_to_returncode(cr);
105105
}

0 commit comments

Comments
 (0)