From f136ae276fa9c9a9fa3ac5c04382c5e1ef38f383 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Fri, 3 Nov 2023 19:59:03 -0700 Subject: [PATCH] common? forgot --- board/safety.h | 2 +- board/safety/{safety_defaults.h => safety_common.h} | 0 tests/safety/{test_defaults.py => test_common.py} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename board/safety/{safety_defaults.h => safety_common.h} (100%) rename tests/safety/{test_defaults.py => test_common.py} (100%) diff --git a/board/safety.h b/board/safety.h index 78c02941e..b998be820 100644 --- a/board/safety.h +++ b/board/safety.h @@ -2,7 +2,7 @@ #include "can_definitions.h" // include the safety policies. -#include "safety/safety_defaults.h" +#include "safety/safety_common.h" #include "safety/safety_honda.h" #include "safety/safety_toyota.h" #include "safety/safety_tesla.h" diff --git a/board/safety/safety_defaults.h b/board/safety/safety_common.h similarity index 100% rename from board/safety/safety_defaults.h rename to board/safety/safety_common.h diff --git a/tests/safety/test_defaults.py b/tests/safety/test_common.py similarity index 100% rename from tests/safety/test_defaults.py rename to tests/safety/test_common.py