mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-16 21:28:33 +03:00
ensure USB config numbers always start from 1
Depending on which features (and thus USB configurations) are included in the firmware, we need to re-define the ordering of the configuration numbers, as the Atmel USBD driver simply assumes that configurations are numbered 1..N without any gaps in the sequence.
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
#define TRACE_LEVEL 5
|
||||
|
||||
#include "board.h"
|
||||
#include "simtrace.h"
|
||||
#include "utils.h"
|
||||
#include "req_ctx.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user