Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b408c53a authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "diag: Fix UPD related macro values"

parents 3a278b80 664a2dd5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -226,9 +226,9 @@
#define NUM_PERIPHERALS		7
#define APPS_DATA		(NUM_PERIPHERALS)

#define UPD_WLAN		7
#define UPD_AUDIO		8
#define UPD_SENSORS		9
#define UPD_WLAN		8
#define UPD_AUDIO		9
#define UPD_SENSORS		10
#define NUM_UPD			3

#define MAX_PERIPHERAL_UPD			2