Commit f6ddc998 authored by Raphael Defosseux's avatar Raphael Defosseux

FORMAT: fix circular-depencendy-protection check on include files

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent 7e1afb3d
...@@ -39,8 +39,8 @@ ...@@ -39,8 +39,8 @@
* \warning * \warning
* */ * */
#ifndef __NR_LDPC_DEFS__H__ #ifndef __NR_LDPC_DECODER_LYC__NR_LDPC_DEFS__H__
#define __NR_LDPC_DEFS__H__ #define __NR_LDPC_DECODER_LYC__NR_LDPC_DEFS__H__
// ============================================================================== // ==============================================================================
// DEFINES // DEFINES
......
...@@ -28,8 +28,8 @@ ...@@ -28,8 +28,8 @@
* \warning * \warning
*/ */
#ifndef __NR_LDPC_INIT_MEM__H__ #ifndef __NR_LDPC_DECODER_LYC__NR_LDPC_INIT_MEM__H__
#define __NR_LDPC_INIT_MEM__H__ #define __NR_LDPC_DECODER_LYC__NR_LDPC_INIT_MEM__H__
#include <stdlib.h> #include <stdlib.h>
#include "nrLDPC_defs.h" #include "nrLDPC_defs.h"
......
...@@ -28,8 +28,8 @@ ...@@ -28,8 +28,8 @@
* \warning * \warning
*/ */
#ifndef __NR_LDPC_TYPES__H__ #ifndef __NR_LDPC_DECODER_LYC__NR_LDPC_TYPES__H__
#define __NR_LDPC_TYPES__H__ #define __NR_LDPC_DECODER_LYC__NR_LDPC_TYPES__H__
#include "PHY/TOOLS/time_meas.h" #include "PHY/TOOLS/time_meas.h"
#include "nrLDPC_defs.h" #include "nrLDPC_defs.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment