mirror of
https://github.com/andreili/klipper.git
synced 2025-08-24 03:44:06 +02:00
pru: Wrap code to 80 columns
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
c3eb976119
commit
7c50bd89cf
@ -163,7 +163,8 @@ static void
|
|||||||
process_io(void)
|
process_io(void)
|
||||||
{
|
{
|
||||||
for (;;) {
|
for (;;) {
|
||||||
CT_INTC.SECR0 = (1 << KICK_PRU0_FROM_ARM_EVENT) | (1 << KICK_PRU0_EVENT);
|
CT_INTC.SECR0 = ((1 << KICK_PRU0_FROM_ARM_EVENT)
|
||||||
|
| (1 << KICK_PRU0_EVENT));
|
||||||
check_can_send();
|
check_can_send();
|
||||||
int can_sleep = check_can_read();
|
int can_sleep = check_can_read();
|
||||||
if (can_sleep) {
|
if (can_sleep) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user