From: asterix Date: Thu, 22 Sep 2011 08:43:56 +0000 (+0000) Subject: Add copyright info. X-Git-Url: https://codewiz.org/gitweb?p=bertos.git;a=commitdiff_plain;h=5053cfc9f75e84e4fbd406ebc39064108656ce66 Add copyright info. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5084 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/boards/sam3x-ek/examples/sam3x-ek_http_server/bertos.c b/boards/sam3x-ek/examples/sam3x-ek_http_server/bertos.c index 89d3f72d..845b7e4f 100644 --- a/boards/sam3x-ek/examples/sam3x-ek_http_server/bertos.c +++ b/boards/sam3x-ek/examples/sam3x-ek_http_server/bertos.c @@ -1,4 +1,42 @@ -unsigned char bertos_jpg[] = { +/** + * \file + * + * + * \author Danile Basile + * + * \brief JPEG binary BeRTOS logo dump. + */ +#include "bertos.h" + +const unsigned char bertos_logo_jpg[] = { 0xff, 0xd8, 0xff, 0xe0, 0x00, 0x10, 0x4a, 0x46, 0x49, 0x46, 0x00, 0x01, 0x01, 0x01, 0x00, 0x48, 0x00, 0x48, 0x00, 0x00, 0xff, 0xdb, 0x00, 0x43, 0x00, 0x05, 0x03, 0x04, 0x04, 0x04, 0x03, 0x05, 0x04, 0x04, 0x04, 0x05, @@ -494,4 +532,5 @@ unsigned char bertos_jpg[] = { 0x4a, 0x22, 0x52, 0x94, 0xa2, 0x25, 0x29, 0x4a, 0x22, 0x52, 0x94, 0xa2, 0x2f, 0xff, 0xd9 }; -unsigned int bertos_jpg_len = 5919; + +const unsigned int bertos_logo_jpg_len = 5919;