Refactored the HIDDEN macro into its own header
All checks were successful
Test And Build / Lint (push) Successful in 5s
Test And Build / Build (push) Successful in 5s

This commit is contained in:
2025-08-12 09:07:32 +02:00
parent c19e4845e4
commit 7965dd3b2e
5 changed files with 40 additions and 29 deletions

View File

@@ -12,6 +12,7 @@ Stefan Mathis, November 2024
#include "asynMotorController.h"
#include "msgPrintControl.h"
#include <initHooks.h>
#include <macros.h>
#include <memory>
#define motorMessageIsFromDriverString "MOTOR_MESSAGE_DRIVER"