From cca22169935ce16e15756be4e29863b6c402dad3 Mon Sep 17 00:00:00 2001 From: Evan Lojewski Date: Tue, 13 Oct 2020 20:59:13 -0600 Subject: libs/ape: Cleanup various linting warnings. (#142) --- libs/APE/ape.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libs') diff --git a/libs/APE/ape.c b/libs/APE/ape.c index 3f9a3a7..9481430 100644 --- a/libs/APE/ape.c +++ b/libs/APE/ape.c @@ -41,9 +41,12 @@ /// POSSIBILITY OF SUCH DAMAGE. /// @endcond //////////////////////////////////////////////////////////////////////////////// + #include "bcm5719_APE_PERI.h" #include "bcm5719_DEVICE.h" +#include + void APE_aquireLock(void) { RegAPE_PERIPerLockRequestPhy0_t lock_req; -- cgit v1.2.1