Clean up. Return error also when we don't found key in query string.
[bertos.git] / boards / sam3x-ek / examples / sam3x-ek_display / bitmaps.h
1
2 #define BMP_LOGO_WIDTH  300
3 #define BMP_LOGO_HEIGHT 135
4
5 extern const char bmp_logo[];
6