From 0887be2c3963abafd577f628ce07ea882694945e Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:28:44 -0500 Subject: [PATCH] spelling: platform Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- tests/fw/graphics/test_gbitmap_sequence.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fw/graphics/test_gbitmap_sequence.c b/tests/fw/graphics/test_gbitmap_sequence.c index 2dd18553..7d8a308e 100644 --- a/tests/fw/graphics/test_gbitmap_sequence.c +++ b/tests/fw/graphics/test_gbitmap_sequence.c @@ -88,7 +88,7 @@ static const char *prv_get_image_name(const char* func_name, int index, const ch // Result: // - gbitmaps matches platform decoded APNG 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); cl_assert(resource_id != UINT32_MAX);