Skip to content

Commit 63c2a80

Browse files
committed
fix: no empty lines are allowed in debian/control description
1 parent 884dafd commit 63c2a80

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

debian/control

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ Multi-Arch: same
1515
Depends: robotkernel ${misc:Depends}
1616
Description: Robotkernel module to generate deterministic triggers for other modules.
1717
It supports three different modes.
18-
1918
nanosleep: In this mode the **module_posix_timer** main thread just does a nanosleep until the period time has been elapsed. If the nanosleep call was interrupted by some signal it will sleep until the calculated period end time has been reached. This mode is easy and efficient as well. The **module_posix_timer*** thread should run at a very high priority to ensure, that it will be waken up when it's necessary.
2019
posix_timer: This mode creates a timer with timer_create. It configures the timer and connects it to the given signal number from the configuration string.
2120
busywait: In busywait the timer threads does active wait on the cpu and consumes all cpu time. This can cause higher power consumption and higher temperature (But on a PREEMPT-RT system that should not matter).

0 commit comments

Comments
 (0)