We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09cf7a6 commit 4ffd2e4Copy full SHA for 4ffd2e4
2 files changed
App/func_loader/fl.h
@@ -39,9 +39,7 @@ extern "C" {
39
#include "fl_file.h"
40
41
/* Maximum slot count (FPB v1: 6, v2: 8) */
42
-#ifndef FL_MAX_SLOTS
43
#define FL_MAX_SLOTS 8
44
-#endif
45
46
/* Callback types */
47
typedef void (*fl_output_cb_t)(void* user, const char* str);
Source/fpb_debugmon.h
@@ -66,9 +66,7 @@ extern "C" {
66
#include <stdint.h>
67
68
/* Maximum number of redirects (same as FPB code comparators) */
69
-#ifndef FPB_DEBUGMON_MAX_REDIRECTS
70
#define FPB_DEBUGMON_MAX_REDIRECTS 8
71
72
73
/**
74
* @brief Initialize DebugMonitor-based redirection
0 commit comments