Viewing: system.h
📄 system.h (Read Only) ⬅ To go back
#ifndef HAL_SYSTEM_H
#define HAL_SYSTEM_H

void hal_system_reboot(void);

#endif