15 lines
172 B
C
15 lines
172 B
C
/* ___DISCLAIMER___ */
|
|
|
|
#ifndef _POWER_H
|
|
#define _POWER_H
|
|
|
|
#include "bits.h"
|
|
|
|
#define PCUART3 (25)
|
|
#define PCUART0 (3)
|
|
#define PCTIM3 (23)
|
|
|
|
void power_init(void);
|
|
|
|
#endif
|