Skip to content

Commit

Permalink
Update ledc_check.c
Browse files Browse the repository at this point in the history
  • Loading branch information
IhorNehrutsa authored Nov 14, 2024
1 parent d6f4749 commit 78496e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/peripherals/ledc/ledc_check/main/ledc_check.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#define CHECK_SET 0 // 1
#if CHECK_SET != 0
Add to the esp-idf//components//esp_driver_ledc//include//driver//ledc.h
#warning Add to the esp-idf//components//esp_driver_ledc//include//driver//ledc.h
uint32_t ledc_calculate_divisor(uint32_t src_clk_freq, int freq_hz, uint32_t precision);
#endif

Expand Down

0 comments on commit 78496e1

Please sign in to comment.