Skip to content

Commit 769f92d

Browse files
committed
Remove deleted function from SigmaDelta header
1 parent b550251 commit 769f92d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cores/esp32/esp32-hal-sigmadelta.h

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ extern "C" {
1919
//freq 1220-312500 duty 0-255
2020
bool sigmaDeltaAttach(uint8_t pin, uint32_t freq);
2121
bool sigmaDeltaWrite(uint8_t pin, uint8_t duty);
22-
uint8_t sigmaDeltaRead(uint8_t pin);
2322
bool sigmaDeltaDetach(uint8_t pin);
2423

2524
#endif

0 commit comments

Comments
 (0)