Browse Source
The patch caused the following errors: cpu_sup.c:346:33: error: expected expression case AVG1: (unsigned int)(return info.loads[0] / 256); ^ cpu_sup.c:347:33: error: expected expression case AVG5: (unsigned int)(return info.loads[1] / 256); ^ cpu_sup.c:348:33: error: expected expression case AVG15: (unsigned int)(return info.loads[2] / 256); ^ cpu_sup.c:351:26: error: use of undeclared identifier 'avgs' sendi((unsigned int)(avgs[idx] * 256)); ^ cpu_sup.c:351:31: error: use of undeclared identifier 'idx' sendi((unsigned int)(avgs[idx] * 256)); ^ 5 errors generated.android-5
Fredrik Fornwall
6 years ago
1 changed files with 0 additions and 0 deletions
Loading…
Reference in new issue