]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lib.git/blobdiff - rpp/src/rpp/sdc.c
RPP Library initalization rewritten.
[pes-rpp/rpp-lib.git] / rpp / src / rpp / sdc.c
index 545698922a03909783cfd107b4634edd936da755..271f418ae5b29d14db5b3bf591f3f616d17681a1 100644 (file)
@@ -20,8 +20,6 @@
 
 #include "rpp/rpp.h"
 
-#if rppCONFIG_INCLUDE_SDC == 1
-
 static boolean_t initialized = FALSE;
 
 int8_t rpp_sdc_init()
@@ -34,7 +32,3 @@ int8_t rpp_sdc_init()
     // FIXME: Implement.
    return SUCCESS;
 }
-
-
-#endif /* rppCONFIG_INCLUDE_SDC */
-