Compare commits

..

No commits in common. "8ff402caaaf6a1f51a3c5fa142bfda5bb45d6720" and "049afbd66f173fc2b96f8f5b5413e7772a5bd46c" have entirely different histories.

View File

@ -28,14 +28,7 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
/**
* @brief Config parser magic value used to check sanity of passed structs
*/
#define CONFIG_PARSER_MAGIC 0x464a6e2bUL #define CONFIG_PARSER_MAGIC 0x464a6e2bUL
/**
* @brief Config parser type casting macro
*/
#define CONFIG_PARSER(p) ((struct config_parser *)(p)) #define CONFIG_PARSER(p) ((struct config_parser *)(p))
/** /**