Skip to content

Commit

Permalink
removed uneeded headers
Browse files Browse the repository at this point in the history
  • Loading branch information
EricB-ADI committed Oct 28, 2024
1 parent 1f0f538 commit 654b708
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Libraries/PeriphDrivers/Source/SYS/sys_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,11 @@

/* **** Includes **** */
#include <stddef.h>
#include <stdbool.h>
#include "mxc_device.h"
#include "mxc_assert.h"
#include "mxc_sys.h"
#include "flc.h"
#include "mxc_delay.h"
#include "gcr_regs.h"
#include "fcr_regs.h"
#include "mcr_regs.h"
#include <stdbool.h>

/**
* @ingroup mxc_sys
Expand Down

0 comments on commit 654b708

Please sign in to comment.