[nrf][pca10040] fix platform incompatibilities

When the nrf52xxx platform was changed to use the Nordic nrfx
libraries the pca10040 target was broken due to differences in
how the platform handled initialization.
This commit is contained in:
Eric Holland
2020-10-10 16:12:07 -04:00
parent e0487f9b48
commit 38dd509b27
3 changed files with 3 additions and 4 deletions

View File

@@ -8,8 +8,6 @@
#ifndef __TARGET_GPIOCONFIG_H
#define __TARGET_GPIOCONFIG_H
#include <platform/gpio.h>
#define GPIO_LED1 17
#define GPIO_LED2 18
#define GPIO_LED3 19

View File

@@ -10,8 +10,7 @@
#include <target.h>
#include <lk/compiler.h>
#include <dev/gpio.h>
#include <platform/gpio.h>
#include <platform/nrf52.h>
#include <platform/init.h>
#include <target/gpioconfig.h>
void target_early_init(void) {