We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0e3000 commit 137a97fCopy full SHA for 137a97f
test-app/app_nrf5340.c
@@ -22,10 +22,10 @@
22
#include <stdlib.h>
23
#include <stdint.h>
24
#include <string.h>
25
+#include "target.h"
26
#include "wolfboot/wolfboot.h"
27
#include "hal/nrf5340.h"
28
#include "printf.h"
-#include "target.h"
29
30
void gpiotoggle(uint32_t port, uint32_t pin)
31
{
test-app/app_nrf5340_net.c
0 commit comments