Changing SRSLTE_PHY_DEBUG back to SRSLTE_DEBUG.

This commit is contained in:
Pedro Alvarez 2018-07-13 11:59:03 +01:00
parent 597cf18b9d
commit 8017b792cf
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@
* Reference:
*****************************************************************************/
#ifndef SRSLTE_PHY_DEBUG_H
#define SRSLTE_PHY_DEBUG_H
#ifndef SRSLTE_DEBUG_H
#define SRSLTE_DEBUG_H
#include <stdio.h>
#include "srslte/config.h"