FreeRTOS+sprintf_P(buffer, PSTR..............Problem

Hello, I have a problem. I have arduino DUE and if I run the next code without any library, its func.

char buffer1[13];
sprintf_P(buffer1, PSTR("AT+CPIN=%d"), 2);

Howerver, when I insert library FreeRTOS_ARM. It isnt function.

What happend.... I dont stand....Its a error from libraries, becouse the code func in arduino UNO with FreeRTOS AVR........

help....Thanks