- fixed includes after refactor

- fixed mutual inclusions

git-svn-id: http://moon:8086/svn/software/trunk/libsrc/radio@866 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2022-05-23 11:49:12 +00:00
parent adbcf7898c
commit 714e0293e3
8 changed files with 24 additions and 24 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
// --------------------------------------------------------------
#ifndef SYMBOL_H
#define SYMBOL_H
#ifndef _RADIO_SYMBOL_H_
#define _RADIO_SYMBOL_H_
#include "radio_types.h"
#include "statistics.h"
@@ -80,4 +80,4 @@ sym_err_t SymMapGetError(sym_map_t *pObj, cpx_t x, symbol_t symbol);
#endif // __cplusplus
// --------------------------------------------------------------
#endif // SYMBOL_H
#endif // _RADIO_SYMBOL_H_