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];