]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lib.git/blobdiff - rpp/src/rpp/sdr.c
RPP Library initalization rewritten.
[pes-rpp/rpp-lib.git] / rpp / src / rpp / sdr.c
index cfe7df21ed57d4e818f400a9a94a0bfde763eb3b..8c8ddce6efb65f12101b25f59260bfec05487e52 100644 (file)
@@ -10,7 +10,7 @@
  *
  * File : sdr.c
  * Abstract:
- *     SD-RAN logging RPP API implementation file.
+ *     SD-RAM logging RPP API implementation file.
  *
  * References:
  *     sdr.h
@@ -19,8 +19,6 @@
 
 
 #include "rpp/rpp.h"
-
-#if rppCONFIG_INCLUDE_SDR == 1
 #include <stdio.h>  // vsnprintf()
 #include <ctype.h>  // isprint()
 #include <string.h> // strncmp()
@@ -521,7 +519,3 @@ int8_t rpp_sdr_show(boolean_t start)
 
     return SUCCESS;
 }
-
-
-#endif /* rppCONFIG_INCLUDE_SDR */
-