добавлены newline и по мелочи

This commit is contained in:
2025-12-25 10:33:15 +03:00
parent a6b27da4ce
commit dfbae9be39
7 changed files with 25 additions and 17 deletions

View File

@@ -201,6 +201,12 @@ extern void Error_Handler(void);
*/
#define ABS(x) ( ((x) > 0)? (x) : -(x))
/**
* @brief Константа Пи
*/
#ifndef PI
#define PI 3.14159265f
#endif
/** UTILS_DEFINES
* @}
*/
@@ -224,4 +230,4 @@ do{ \
/** @endcond */
#endif //__MYLIBS_TOOLS_H_
#endif //__MYLIBS_TOOLS_H_