From 940ee648df14428a30bd147bbe6c53aa10937160 Mon Sep 17 00:00:00 2001 From: logicog Date: Wed, 20 Aug 2025 10:19:07 +0200 Subject: [PATCH] Use definition of NSFP in header file --- rtlplayground.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/rtlplayground.c b/rtlplayground.c index be7dd0f..6f1724f 100644 --- a/rtlplayground.c +++ b/rtlplayground.c @@ -1,9 +1,6 @@ #include <8051.h> #include -// This has to be set to the number of SFP+ ports, i.e. 1 or 2 -#define NSFP 2 - // #define REGDBG 1 // #define RXTXDBG 1