Add semaphore to benchmark test.
[bertos.git] / bertos / icons / logo.c
index 651f07bd77395f4c309b222d8be0bbf38aa357fb..85194d4b02b38be6d598bf41e344e2f58c7b2eae 100644 (file)
@@ -1,14 +1,14 @@
 
 #include "logo.h"
 #include <cfg/compiler.h>
-#include <mware/pgm.h>
+#include <cpu/pgm.h>
 
 /**
  * BeRTOS logo
  */
 const PROGMEM uint8_t bertos_logo_raster[] = {
 
-       0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+       0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,