From 4144d0f10985ab29631ff03e12a8b3b5edefb764 Mon Sep 17 00:00:00 2001 From: Fouad Sakr <57620529+FouadSakr@users.noreply.github.com> Date: Wed, 3 Apr 2024 17:47:07 +0200 Subject: [PATCH] Update Test_image.h --- Example/Inc/Test_image.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Example/Inc/Test_image.h b/Example/Inc/Test_image.h index a6b9132..10c890a 100644 --- a/Example/Inc/Test_image.h +++ b/Example/Inc/Test_image.h @@ -1,4 +1,3 @@ #include "stdint.h" #define I_DIM 3072 -extern uint8_t Test_image[I_DIM]; - +extern uint8_t input_image[I_DIM];