Fuzzer App: fix time_delay

This commit is contained in:
gid9798
2023-06-06 15:13:50 +03:00
parent a063858842
commit d2b0aa8513
6 changed files with 61 additions and 29 deletions

View File

@@ -254,6 +254,10 @@ uint8_t fuzzer_proto_get_max_data_size() {
return MAX_PAYLOAD_SIZE;
}
uint8_t fuzzer_proto_get_min_delay() {
return PROTOCOL_TIME_DELAY_MIN;
}
const char* fuzzer_proto_get_menu_label(uint8_t index) {
return fuzzer_menu_items[index].menu_label;
}