]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lib.git/blobdiff - rpp/include/rpp/sdr.h
Reformated by uncrustify
[pes-rpp/rpp-lib.git] / rpp / include / rpp / sdr.h
index ee69e40ba66e17ab0191b9aaeda7a994a96bfb75..bdceb866f7a997cfdabab798fcc6a05710c4ebb7 100644 (file)
@@ -96,7 +96,7 @@ uint32_t rpp_sdr_available();
  *         Please note that only when this returned value is non-negative and
  *         less than the buffer size, the string has been completely written.
  */
-int32_t rpp_sdr_printf(const charformat, ...);
+int32_t rpp_sdr_printf(const char *format, ...);
 
 
 /**
@@ -128,4 +128,3 @@ int8_t rpp_sdr_show(boolean_t start);
 
 
 #endif /* __RPP_SDR_H */
-