@@ -107,7 +107,7 @@ static const uint8_t Clip8[1024] = {
#else /* JD_TBLCLIP */
-inline uint8_t BYTECLIP (
+rt_inline uint8_t BYTECLIP (
int val
)
{
@@ -6,7 +6,7 @@
/*---------------------------------------------------------------------------*/
/* System Configurations */
-#include <rtconfig.h>
+#include <rtthread.h>
#ifdef TJPGD_USING_FORMAT_RGB888
#define JD_FORMAT 0 /* Output pixel format 0:RGB888 (3 BYTE/pix) 1:RGB565 (1 WORD/pix)*/