mirror of
https://github.com/google/pebble.git
synced 2025-05-01 07:41:41 -04:00
spelling: platform
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
7d8b2dc7aa
commit
0887be2c39
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ static const char *prv_get_image_name(const char* func_name, int index, const ch
|
||||||
// Result:
|
// Result:
|
||||||
// - gbitmaps matches platform decoded APNG
|
// - gbitmaps matches platform decoded APNG
|
||||||
void test_gbitmap_sequence__color_2bit_bouncing_ball(void) {
|
void test_gbitmap_sequence__color_2bit_bouncing_ball(void) {
|
||||||
#if PLATFROM_SPALDING
|
#if PLATFORM_SPALDING
|
||||||
uint32_t resource_id = sys_resource_load_file_as_resource(TEST_IMAGES_PATH, GET_APNG_NAME);
|
uint32_t resource_id = sys_resource_load_file_as_resource(TEST_IMAGES_PATH, GET_APNG_NAME);
|
||||||
cl_assert(resource_id != UINT32_MAX);
|
cl_assert(resource_id != UINT32_MAX);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue