From 07b2b4d83078d0fd260d5f0812e8d5a34d02b793 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Wed, 21 Aug 2019 10:17:27 +0200 Subject: doc up --- ci/expected/preempt.run | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ci/expected/preempt.run (limited to 'ci/expected/preempt.run') diff --git a/ci/expected/preempt.run b/ci/expected/preempt.run new file mode 100644 index 0000000..732353a --- /dev/null +++ b/ci/expected/preempt.run @@ -0,0 +1,5 @@ +UART0 - start + UART2 - start + UART2 - end + UART1 +UART0 - end -- cgit v1.2.3 From 7ca5bbf404330a7f92e94e3d4d8cdf0438e0e5c6 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Wed, 21 Aug 2019 10:53:13 +0200 Subject: fix preempt example --- ci/expected/preempt.run | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'ci/expected/preempt.run') diff --git a/ci/expected/preempt.run b/ci/expected/preempt.run index 732353a..8777741 100644 --- a/ci/expected/preempt.run +++ b/ci/expected/preempt.run @@ -1,5 +1,5 @@ -UART0 - start - UART2 - start - UART2 - end - UART1 -UART0 - end +GPIOA - start + GPIOC - start + GPIOC - end + GPIOB +GPIOA - end -- cgit v1.2.3