This repository has been archived on 2025-01-02. You can view files and clone it, but cannot push or open issues or pull requests.
torsion/User/application/motor_app.h

8 lines
91 B
C

#ifndef __MOTOR_APP_H__
#define __MOTOR_APP_H__
extern void motor_process(void);
#endif