c1ed005edc
Change-Id: I22823323e0b4e15dbd6ea5f7efd35301995315bf
10 lines
117 B
C
10 lines
117 B
C
/*
|
|
Settings for fuzzers mode
|
|
*/
|
|
|
|
#ifndef CONFIG_FUZZERS_H
|
|
#define CONFIG_FUZZERS_H
|
|
|
|
#define ENABLE_FUZZERS 0
|
|
|
|
#endif
|