1
0

refactor(MP/kernel): use const instead of define

This commit is contained in:
2026-06-06 18:39:20 +02:00
parent e9977acfaf
commit 7dfd644824

View File

@@ -14,8 +14,8 @@
#include <linux/atomic.h>
#define GPIO_PIN 10
#define DEFAULT_PERIOD_MS 1000
static const int GPIO_PIN = 10;
static const int DEFAULT_PERIOD_MS = 1000;
/**
* Allow to set a new period for the blinky led