Fix copy & paste error

This commit is contained in:
Moritz Rosenthal 2020-01-08 15:01:43 +01:00
parent 4ca6a7e6c0
commit 511ec4e72e
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ struct shield_t can_shield_passive = {
"dualcan-passive", reject_shieldmode
};
void can_shield_init(void)
void can_shield_passive_init(void)
{
shield_register(&can_shield_passive);
}