diff options
Diffstat (limited to 'src/machine.rs')
| -rw-r--r-- | src/machine.rs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/machine.rs b/src/machine.rs index ce5068f..ea5fe57 100644 --- a/src/machine.rs +++ b/src/machine.rs | |||
| @@ -141,7 +141,10 @@ define_machines!( | |||
| 141 | (Squirtle4, 53, "squirtle-4", 24, "bond0"), | 141 | (Squirtle4, 53, "squirtle-4", 24, "bond0"), |
| 142 | (Staryu1, 54, "staryu-1", 12, todo!()), | 142 | (Staryu1, 54, "staryu-1", 12, todo!()), |
| 143 | (Sudowoodo1, 55, "sudowoodo-1", 16, todo!()), | 143 | (Sudowoodo1, 55, "sudowoodo-1", 16, todo!()), |
| 144 | (Vulpix1, 56, "vulpix-1", 112, todo!()) | 144 | (Vulpix1, 56, "vulpix-1", 112, todo!()), |
| 145 | (Snorlax01, 57, "snorlax-01", 64, "bond0"), | ||
| 146 | (Snorlax02, 58, "snorlax-02", 64, "bond0"), | ||
| 147 | (Snorlax03, 59, "snorlax-03", 64, "bond0") | ||
| 145 | ); | 148 | ); |
| 146 | 149 | ||
| 147 | pub async fn for_each<F, FUT, RET>( | 150 | pub async fn for_each<F, FUT, RET>( |
