forked from xuos/xiuos
APP_Framework/Applications/:eliminate the warning
This commit is contained in:
parent
be4da6f37d
commit
b6bd1de959
|
@ -1,8 +1,4 @@
|
||||||
#ifdef USING_K210_YOLOV2_DETECT
|
|
||||||
#include "k210_yolov2_detect.h"
|
#include "k210_yolov2_detect.h"
|
||||||
#endif
|
|
||||||
#include <transform.h>
|
|
||||||
|
|
||||||
static void detect_app(int argc, char *argv[])
|
static void detect_app(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
if (2 != argc) {
|
if (2 != argc) {
|
||||||
|
|
Loading…
Reference in New Issue