1
Fork 0
mirror of https://github.com/Steffo99/unimore-hpc-assignments.git synced 2024-11-22 08:04:25 +00:00

Fix testbench filename

Co-authored-by: Fabio Zanichelli <274956@studenti.unimore.it>
Co-authored-by: Stefano Pigozzi <256895@studenti.unimore.it>
This commit is contained in:
Gattopandacorno 2022-12-19 10:09:38 +01:00
parent 03adf8351e
commit 0162726719

View file

@ -3,7 +3,7 @@
#include <string.h> #include <string.h>
#include "sobel.h" #include "sobel.h"
#include "test.h" #include "main_testbench.h"
uint8_t output[HEIGHT*WIDTH]; uint8_t output[HEIGHT*WIDTH];