canbus: Call can_notify_rx() at startup so low-level code does not need to

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2021-02-09 18:37:44 -05:00
parent 5c4cf54557
commit 8666a724db
2 changed files with 1 additions and 3 deletions

View File

@@ -213,6 +213,7 @@ void
canbus_set_uuid(void *uuid)
{
memcpy(canbus_uuid, uuid, sizeof(canbus_uuid));
canbus_notify_rx();
// Send initial message
can_process_uuid(0, 0, NULL);