nwztools/scsitool: fix incorrect declaration in header file
Change-Id: I10727311db4747a66b3ae7f72a92a64cc99dfc82
This commit is contained in:
parent
2e07223690
commit
df8b817c96
1 changed files with 1 additions and 1 deletions
|
@ -23,6 +23,6 @@
|
|||
|
||||
#include <stdint.h>
|
||||
|
||||
uint8_t para_noise[1024];
|
||||
extern uint8_t para_noise[1024];
|
||||
|
||||
#endif /* __para_noise_h__ */
|
||||
|
|
Loading…
Reference in a new issue