Skip to content

Commit 85ec69a

Browse files
authored
Restored #includes to the original
1 parent f51faa7 commit 85ec69a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cores/nRF5/wiring_analog_nRF52.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919

2020
#if defined(NRF52) || defined(NRF52_SERIES)
2121

22-
#include <nrf.h>
22+
#include "nrf.h"
2323

24-
#include <Arduino.h>
25-
#include <wiring_private.h>
24+
#include "Arduino.h"
25+
#include "wiring_private.h"
2626

2727
#ifdef __cplusplus
2828
extern "C" {

0 commit comments

Comments
 (0)