Skip to content

Commit 970c5b7

Browse files
committed
Added define to automatically include patch in Science Kit when the PR about ADC will be merged
1 parent 57c877b commit 970c5b7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cores/arduino/Arduino.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,8 @@ float analogReference();
125125
#include "pins_arduino.h"
126126
#include "usb/USB.h"
127127

128+
#ifdef R7FA2A1AB_H
129+
#define USE_ADC_FIX_IN_SCIENCE_KIT_REV_3_0
130+
#endif
131+
128132
#endif //__ARDUINO__H__

0 commit comments

Comments
 (0)