ARRAY_LEN

This commit is contained in:
Romain Vimont 2021-05-02 17:19:24 +02:00
commit 4dcda82582

View file

@ -306,7 +306,7 @@ execute_server(struct server *server, const struct server_params *params) {
// Port: 5005 // Port: 5005
// Then click on "Debug" // Then click on "Debug"
#endif #endif
return adb_execute(server->serial, cmd, sizeof(cmd) / sizeof(cmd[0])); return adb_execute(server->serial, cmd, ARRAY_LEN(cmd));
} }
static socket_t static socket_t