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)
|
||||
{
|
||||
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();
|
||||
int can_sleep = check_can_read();
|
||||
if (can_sleep) {
|
||||
|
|
Loading…
Reference in New Issue