Skip to content

Commit

Permalink
Ford: remove safety mode from debug flag (commaai#1400)
Browse files Browse the repository at this point in the history
remove from debug
  • Loading branch information
sshane authored May 4, 2023
1 parent 94cd9a0 commit cedb5fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion board/safety.h
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ const safety_hook_config safety_hook_registry[] = {
{SAFETY_HYUNDAI_LEGACY, &hyundai_legacy_hooks},
{SAFETY_MAZDA, &mazda_hooks},
{SAFETY_BODY, &body_hooks},
{SAFETY_FORD, &ford_hooks},
#ifdef CANFD
{SAFETY_HYUNDAI_CANFD, &hyundai_canfd_hooks},
#endif
Expand All @@ -315,7 +316,6 @@ const safety_hook_config safety_hook_registry[] = {
{SAFETY_SUBARU_LEGACY, &subaru_legacy_hooks},
{SAFETY_VOLKSWAGEN_PQ, &volkswagen_pq_hooks},
{SAFETY_ALLOUTPUT, &alloutput_hooks},
{SAFETY_FORD, &ford_hooks},
#endif
};

Expand Down

0 comments on commit cedb5fd

Please sign in to comment.