Rename singleton to initialized_singleton

Use #pragma once instead of guard definitions in every header
This commit is contained in:
Attila Body 2025-06-10 21:57:31 +02:00
parent 61fce5992e
commit 8e9b69b87a
Signed by: abody
GPG key ID: BD0C6214E68FB5CF
17 changed files with 151 additions and 175 deletions

View file

@ -5,8 +5,7 @@
* Author: compi
*/
#ifndef _STM32PLUS_STRUTIL_H_
#define _STM32PLUS_STRUTIL_H_
#pragma once
#include <stddef.h>
#include <inttypes.h>
@ -27,5 +26,3 @@ char tochr(const uint8_t in, const uint8_t upper);
#ifdef __cplusplus
}
#endif
#endif /* _STM32PLUS_STRUTIL_H_ */