Skip to content

Commit 71aa661

Browse files
committed
関数の並びを整理
1 parent d530af8 commit 71aa661

File tree

3 files changed

+325
-304
lines changed

3 files changed

+325
-304
lines changed

src/drivers/rtmouse.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ ssize_t motor_write(struct file *filep, const char __user *buf, size_t count,
300300
int rpi_gpio_function_set(int pin, uint32_t func);
301301
void rpi_gpio_set32(uint32_t mask, uint32_t val);
302302
void rpi_gpio_clear32(uint32_t mask, uint32_t val);
303+
void rpi_pwm_write32(uint32_t offset, uint32_t val);
303304
int buzzer_init(void);
304305

305306
#endif // RTMOUSE_H

0 commit comments

Comments
 (0)