diff options
Diffstat (limited to 'src/pru/main.c')
-rw-r--r-- | src/pru/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pru/main.c b/src/pru/main.c index a95bde1b..1b54e42a 100644 --- a/src/pru/main.c +++ b/src/pru/main.c @@ -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, }; |