pru: Improve comments in pru0.c

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2017-07-31 18:04:00 -04:00
parent 981c53682f
commit dca0fc91ea
2 changed files with 1 additions and 3 deletions

View File

@@ -166,8 +166,6 @@ shutdown_handler(uint32_t *args)
{
shutdown("Request from PRU0");
}
// Empty message (for ack/nak transmission)
const struct command_parser shutdown_request = {
.func = shutdown_handler,
};