Skip to content

Commit 4ffd2e4

Browse files
committed
chore: the maximum number of fixed SLOTS is 8
1 parent 09cf7a6 commit 4ffd2e4

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

App/func_loader/fl.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ extern "C" {
3939
#include "fl_file.h"
4040

4141
/* Maximum slot count (FPB v1: 6, v2: 8) */
42-
#ifndef FL_MAX_SLOTS
4342
#define FL_MAX_SLOTS 8
44-
#endif
4543

4644
/* Callback types */
4745
typedef void (*fl_output_cb_t)(void* user, const char* str);

Source/fpb_debugmon.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,7 @@ extern "C" {
6666
#include <stdint.h>
6767

6868
/* Maximum number of redirects (same as FPB code comparators) */
69-
#ifndef FPB_DEBUGMON_MAX_REDIRECTS
7069
#define FPB_DEBUGMON_MAX_REDIRECTS 8
71-
#endif
7270

7371
/**
7472
* @brief Initialize DebugMonitor-based redirection

0 commit comments

Comments
 (0)