From fc2d9b1c4998405fd98c72f51bd4afb7b863e980 Mon Sep 17 00:00:00 2001 From: Tester23 <85486843+openshwprojects@users.noreply.github.com> Date: Wed, 8 Jan 2025 11:39:08 +0100 Subject: [PATCH] #warning "Platform not defined" --- src/obk_config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/obk_config.h b/src/obk_config.h index cca336d56..f7f3c4ce6 100644 --- a/src/obk_config.h +++ b/src/obk_config.h @@ -300,7 +300,8 @@ #else -#error "Platform not defined" +//#error "Platform not defined" +#warning "Platform not defined" #endif