Skip to content

Commit a6ccad4

Browse files
authored
Update Arduino.h (#7440)
1 parent af1bc71 commit a6ccad4

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

cores/esp8266/Arduino.h

-7
Original file line numberDiff line numberDiff line change
@@ -219,13 +219,6 @@ void optimistic_yield(uint32_t interval_us);
219219
#endif
220220

221221

222-
//for compatibility, below 4 lines to be removed in release 3.0.0
223-
#ifdef __cplusplus
224-
extern "C"
225-
#endif
226-
const int TIM_DIV265 __attribute__((deprecated, weak)) = TIM_DIV256;
227-
228-
229222

230223
#ifdef __cplusplus
231224

0 commit comments

Comments
 (0)