Skip to content

Commit

Permalink
Remove init functions from public headers
Browse files Browse the repository at this point in the history
PUBLISHED_FROM=61f285a74cb2381fcb65929261200a8f37959f76
  • Loading branch information
dimonomid authored and cesantabot committed Dec 18, 2017
1 parent 0eea3cc commit b446e61
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/mgos_pwm.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ extern "C" {
*/
bool mgos_pwm_set(int pin, int freq, float duty);

bool mgos_pwm_init(void);

#ifdef __cplusplus
}
#endif /* __cplusplus */
Expand Down

0 comments on commit b446e61

Please sign in to comment.