fix compiler warnings

This commit is contained in:
gemu2015 2021-01-10 19:42:07 +01:00
parent d53fa3234d
commit 05086f20d9

View File

@ -466,7 +466,7 @@ void draw_face_boxes(dl_matrix3du_t *image_matrix, box_array_t *boxes, int face_
}
*/
#define DL_SPIRAM_SUPPORT
//#define DL_SPIRAM_SUPPORT
uint32_t WcSetFaceDetect(int32_t value) {
if (value >= 0) { Wc.face_detect_time = value; }
@ -530,6 +530,7 @@ uint32_t WcDetectFace(void) {
//Serial.printf("face detected: %d",Wc.faces);
}
return 0;
}
#endif