webradio/firmware/pm.h

8 lines
79 B
C
Raw Normal View History

2020-07-30 19:57:46 +02:00
#ifndef PM_H
#define PM_H
#include <avr/io.h>
void suspend();
#endif // PM_H