Skip to content
Snippets Groups Projects
Commit 8b353773 authored by rtekin's avatar rtekin
Browse files

correct "\" character in minted code

parent 1cde20be
No related branches found
No related tags found
No related merge requests found
......@@ -185,7 +185,7 @@ instance of a periodic CPU thread as shown in the algorithm of Figure
p_kernel_t *pk = (p_kernel_t *)(arg);
while (1) {
// memory copy operation
clock\_gettime(CLOCK\_REALTIME, &next);
clock_gettime(CLOCK_REALTIME, &next);
pruda_subscribe(pk->kernel,p->priority)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment