- 921c5e248f


Origin commit data
------------------
Branch: master
Commit: 540f92daa3
Author: Frankenstone <dampf_acc@online.de>
Date: 2018-06-01 (Fri, 01 Jun 2018)



------------------
This commit was generated by Migit
This commit is contained in:
Frankenstone
2018-06-01 21:34:31 +02:00
parent 010387e0ed
commit f8df23a5ab
3 changed files with 3 additions and 3 deletions

View File

@@ -494,7 +494,7 @@ static inline int rate2csapi(int rate)
return 1; return 1;
case 25: case 25:
return 2; return 2;
case 29976: case 29970:
return 3; return 3;
case 30: case 30:
return 4; return 4;

View File

@@ -708,7 +708,7 @@ static inline int rate2csapi(int rate)
return 1; return 1;
case 25000: case 25000:
return 2; return 2;
case 29976: case 29970:
return 3; return 3;
case 30000: case 30000:
return 4; return 4;

View File

@@ -794,7 +794,7 @@ static inline int rate2csapi(int rate)
return 1; return 1;
case 25000: case 25000:
return 2; return 2;
case 29976: case 29970:
return 3; return 3;
case 30000: case 30000:
return 4; return 4;