среда, 29 августа 2012 г.

IAR hack: macro for automatically storing string constant in program memory

#define Uart_SendStrF(s) { static char __flash c[] = {s}; Uart_SendStrFlash(c); }
Thanks to LI.

Комментариев нет:

Отправить комментарий