Skip to content

Commit

Permalink
refactor(Examples): Clean up record.c (MAX78002 CNN Examples) contain…
Browse files Browse the repository at this point in the history
…s duplicate includes (#1014)
  • Loading branch information
Noxi123 authored Jul 1, 2024
1 parent d1f6007 commit b7b5ff1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Examples/MAX78002/CNN/facial_recognition/src/record.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,15 @@
#include "utils.h"
#include "camera.h"
#include "faceID.h"
#include "record.h"
#include "utils.h"
#include "MAXCAM_Debug.h"
#include "cnn_1.h"
#include "cnn_2.h"
#include "cnn_3.h"
#include "led.h"
#include "lp.h"
#include "uart.h"
#include "math.h"
#include "post_process.h"
#include "flc.h"
#include "faceID.h"
#include "facedetection.h"
#include "weights_3.h"
#include "baseaddr.h"
Expand Down

0 comments on commit b7b5ff1

Please sign in to comment.