File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -82,10 +82,6 @@ uint16_t clockCyclesPerMicrosecond(uint32_t clk);
8282uint16_t clockCyclesToMicroseconds (uint16_t cycles , uint32_t clk );
8383uint32_t microsecondsToClockCycles (uint16_t cycles , uint32_t clk );
8484
85- uint16_t clockCyclesPerMicrosecondOrig ();
86- uint16_t clockCyclesToMicrosecondsOrig (uint16_t cycles );
87- uint32_t microsecondsToClockCyclesOrig (uint16_t cycles );
88-
8985int atexit (void (* func )()) __attribute__((weak ));
9086
9187void pinMode (uint8_t , uint8_t );
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ volatile uint32_t timerb3_overflow_count = 0;
5252volatile uint32_t timerb3_millis = 0 ;
5353static uint16_t timerb3_fract = 0 ;
5454
55- inline uint16_t clockCyclesPerMicrosecond (uint32_t clk ){
55+ inline uint16_t clockCyclesPerMicrosecond (uint32_t clk ){
5656 return ( (clk ) / 1000000L );
5757}
5858
You can’t perform that action at this time.
0 commit comments