* \author Bernie Innocenti <bernie@codewiz.org>
* \author Stefano Fedrigo <aleph@develer.com>
*
* \author Bernie Innocenti <bernie@codewiz.org>
* \author Stefano Fedrigo <aleph@develer.com>
*
*/
#include "lcd_32122a_avr.h"
*/
#include "lcd_32122a_avr.h"
if (strcmp(buf, test_string) != 0)
return 1;
if (strcmp(buf, test_string) != 0)
return 1;
- snprintf(buf, sizeof buf, "%S", (wchar_t *)test_string_pgm);
+ snprintf(buf, sizeof buf, "%S", (const wchar_t *)test_string_pgm);
if (strcmp(buf, test_string_pgm) != 0)
return 2;
if (strcmp(buf, test_string_pgm) != 0)
return 2;
'CONFIG_KERN_HEAP',
'CONFIG_KERN_PREEMPT',
'RAMP_USE_FLOATING_POINT',
'CONFIG_KERN_HEAP',
'CONFIG_KERN_PREEMPT',
'RAMP_USE_FLOATING_POINT',
+ 'CONFIG_SER_HWHANDSHAKE',