Skip to content

Commit

Permalink
include .h in .c
Browse files Browse the repository at this point in the history
  • Loading branch information
EricB-ADI committed Nov 8, 2024
1 parent 598311a commit 25e7711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/PeriphDrivers/Source/SYS/mxc_sys_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include <stdbool.h>
#include "mxc_device.h"
#include "mxc_assert.h"
#include "mxc_sys.h"
#include "mxc_sys_common.h"
#include "flc.h"

/**
Expand Down

0 comments on commit 25e7711

Please sign in to comment.