8 lines
79 B
C
8 lines
79 B
C
#ifndef PM_H
|
|
#define PM_H
|
|
#include <avr/io.h>
|
|
|
|
void suspend();
|
|
|
|
#endif // PM_H
|