Commit 527c3bcd authored by Raphael Defosseux's avatar Raphael Defosseux Committed by WANG Tsu-Han

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

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent cdc60bd9
......@@ -39,8 +39,8 @@
* \warning
* */
#ifndef __NR_LDPC_DEFS__H__
#define __NR_LDPC_DEFS__H__
#ifndef __NR_LDPC_DECODER_LYC__NR_LDPC_DEFS__H__
#define __NR_LDPC_DECODER_LYC__NR_LDPC_DEFS__H__
// ==============================================================================
// DEFINES
......
......@@ -28,8 +28,8 @@
* \warning
*/
#ifndef __NR_LDPC_INIT_MEM__H__
#define __NR_LDPC_INIT_MEM__H__
#ifndef __NR_LDPC_DECODER_LYC__NR_LDPC_INIT_MEM__H__
#define __NR_LDPC_DECODER_LYC__NR_LDPC_INIT_MEM__H__
#include <stdlib.h>
#include "nrLDPC_defs.h"
......
......@@ -28,8 +28,8 @@
* \warning
*/
#ifndef __NR_LDPC_TYPES__H__
#define __NR_LDPC_TYPES__H__
#ifndef __NR_LDPC_DECODER_LYC__NR_LDPC_TYPES__H__
#define __NR_LDPC_DECODER_LYC__NR_LDPC_TYPES__H__
#include "PHY/TOOLS/time_meas.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