refactoring - magic constant bad

cypress and kinetis both have this macro already
This commit is contained in:
rusefillc 2021-11-07 01:34:16 -04:00
parent 0af09f596c
commit 20784db801
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ private:
operation_mode_e operationMode;
};
#ifndef
#ifndef MAX
#define MAX(a,b) (((a)>(b))?(a):(b))
#endif