X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Ficons%2Flogo.h;h=9a1caf681e057f2e854ce5514d1f22aecf4b3368;hb=b25d0da3633407b2b12915097f7ae92022f3dabb;hp=e0bbc6363f7b2ec673a7ce66f743ced71c56a349;hpb=c5bc6f8c6d32f897b2b035d328d5378ec6e7711e;p=bertos.git diff --git a/bertos/icons/logo.h b/bertos/icons/logo.h index e0bbc636..9a1caf68 100644 --- a/bertos/icons/logo.h +++ b/bertos/icons/logo.h @@ -1,3 +1,46 @@ +/** + * \file + * + * + * \brief BeRTOS bitmap logo defines. + * + * $WIZ$ module_name = "logo" + * + */ + +#ifndef ICONS_LOGO_H +#define ICONS_LOGO_H + #include extern const struct Image bertos_logo; + +#endif /* ICONS_LOGO_H */