pru: Improve comments in pru0.c
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user