Skip to content

Commit

Permalink
updated router cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
wykys committed Apr 30, 2018
1 parent dcc135d commit 698f22a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions router-cmd.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ rgb_t get_vest_color(uint8_t vest);
### events
```cpp
void set_vest_event_hit_me(uint8_t vest, uint8_t who);
uint8_t get_vest_event_hit_me(uint8_t vest);
void get_vest_events_new(uint8_t vest);
void set_vest_event_hit_me(uint8_t who);
uint8_t get_vest_event_hit_me(void);
void get_vest_events_new(void);
```


Expand Down

0 comments on commit 698f22a

Please sign in to comment.