SummerCart64/sw/bootloader/assets/assets.h
Polprzewodnikowy 4c7783f740 small fixes
2022-09-24 02:22:14 +02:00

12 lines
173 B
C

#ifndef ASSETS_H__
#define ASSETS_H__
#include <stdint.h>
extern const uint32_t assets_sc64_logo_640_240_dimmed __attribute__((section(".assets")));
#endif