nwztools/scsitool: fix incorrect declaration in header file

Change-Id: I10727311db4747a66b3ae7f72a92a64cc99dfc82
This commit is contained in:
Amaury Pouly 2020-10-15 18:04:04 +02:00
parent 2e07223690
commit df8b817c96

View file

@ -23,6 +23,6 @@
#include <stdint.h>
uint8_t para_noise[1024];
extern uint8_t para_noise[1024];
#endif /* __para_noise_h__ */