Project

General

Profile

Revision 1452

update of includes in library, removed unnecessary calls to stdlib.h

View differences:

buzzer.c
36 36
 **/
37 37

  
38 38
#include <avr/io.h>
39
#include <buzzer.h>
40
#include <time.h>
39
#include "buzzer.h"
40
#include "time.h"
41 41

  
42 42
/**
43 43
 * @defgroup buzzer Buzzer

Also available in: Unified diff