PSG14a emulator V1.00
PSG14a emulator for stating GTD350 engine
sleep.h
Go to the documentation of this file.
1#ifndef SOURCES_HAL_INCLUDE_SLEEP_H_
2#define SOURCES_HAL_INCLUDE_SLEEP_H_
3
4void Sleep_on(void);
5
6#endif /* SOURCES_HAL_INCLUDE_SLEEP_H_ */
void Sleep_on(void)
Definition sleep.c:7